norms_dist_inv1D()

Returns the inverse of the cumulative distribution function (cdf) for a standard normal distribution

Syntax
y = norms_dist_inv1D(data)

Argument
Name Description Range Type Required
data number represents the cumulative probability [0, 1] integer, real yes

Examples

X_cpf = 0.5
X = norms_dist_inv1D(X_cpf)
will be equal to 0.0
XX_cpf = [0.0::0.01::1.0]
XX = norms_dist_inv1D(XX_cpf)

Defined in

$HPEESOF_DIR/expressions/ael/statistical_fun.ael

See Also

norm_dist1D(), norm_dist_inv1D(), norms_dist1D(), lognorm_dist_inv1D(), lognorm_dist1D(), uniform_dist_inv1D(), uniform_dist1D()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources