|
MathQuantileNormal
For the specified probability, the function calculates the value of inverse normal distribution function with the mu and sigma parameters. In case of error it returns NaN.
double MathQuantileNormal(
|
For the specified probability, the function calculates the value of inverse normal distribution function with the mu and sigma parameters. In case of error it returns NaN.
double MathQuantileNormal(
|
For the specified probability[] array of probability values, the function calculates the values of inverse normal distribution function with the mu and sigma parameters. In case of error it returns false. Analog of the qnorm() in R.
bool MathQuantileNormal(
|
For the specified probability[] array of probability values, the function calculates the values of inverse normal distribution function with the mu and sigma parameters. In case of error it returns false.
bool MathQuantileNormal(
|
Parameters
probability
[in] Probability value of random variable.
probability[]
[in] Array with probability values of random variable.
mu
[in] mean parameter of the distribution (expected value).
sigma
[in] sigma parameter of the distribution (root-mean-square deviation).
tail
[in] Flag of calculation. If false, then calculation is performed for 1.0 - probability.
log_mode
[in] Flag to calculate the logarithm of the value. If log_mode=true, then the natural logarithm of the probability density is returned.
error_code
[out] Variable to get the error code.
result[]
[out] Array to obtain the quantiles.