lognorm_dist_inv1D()

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

Syntax
y = lognorm_dist_inv1D(data, m, s, absS)

Arguments
Name Description Range Type Default Required
data real number representing the cumulative probability [0, 1\]] real yes
m mean for the lognormal distribution (-∞, ∞) integer, real yes
s standard deviation for the lognormal distribution (-∞, ∞) integer, real yes
absS specifies absolute or relative standard deviation [0, ∞) † integer 1 no
† absS is not equal to "0", s is the absolute standard deviation; otherwise, s is the relative standard deviation

Examples

X_cpf = 0.5
X = lognorm_dist_inv1D(X_cpf, 2.0, 0.2, 1)
XX_cpf = [0.0::0.01::1.0]
XX = lognorm_dist_inv1D(XX_cpf, 2.0, 0.2, 1)

Defined in

$HPEESOF_DIR/expressions/ael/statistical_fun.ael

 

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

Contents
Additional Resources