normal_cdf_inv(P;U;S)

Returns the inverse of the normal_cdf at P.

Syntax

normal_cdf_inv(P;U;S)

Input

Argument Type Description
P decimal A scalar value or the name of a column

This is the probability of a random number being below a specific value such as X.

U integer A scalar value or the name of a column

This value is the mean.

S integer A scalar value or the name of a column

This value is the standard deviation.

Return Value

Returns the inverse of the normal_cdf at P.

If any argument is N/A, the result is N/A.