category
normal_distribution_common
Shared portable standard normal distribution numeric helpers.
Availability:
logtalk_load(ranking_protocols(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-08-02
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
(none)
Protected predicates
standard_normal_density/2
Computes the standard normal probability density at the given value.
Compilation flags:
staticTemplate:
standard_normal_density(Value,Density)Mode and number of proofs:
standard_normal_density(+number,-float) - one_or_errorExceptions:
Value is not a number:type_error(number,Value)standard_normal_distribution/2
Computes an approximation of the standard normal cumulative distribution at the given value.
Compilation flags:
staticTemplate:
standard_normal_distribution(Value,Probability)Mode and number of proofs:
standard_normal_distribution(+number,-float) - one_or_errorExceptions:
Value is not a number:type_error(number,Value)standard_normal_quantile/2
Computes an approximation of the standard normal quantile for a probability strictly between zero and one.
Compilation flags:
staticTemplate:
standard_normal_quantile(Probability,Quantile)Mode and number of proofs:
standard_normal_quantile(+number,-float) - one_or_errorExceptions:
Probability is not a number:type_error(number,Probability)Probability is not strictly between zero and one:domain_error(open_probability,Probability)Private predicates
(none)
Operators
(none)