uniform_dist_inv1D()
Returns the inverse of the cumulative distribution function (cdf) for a uniform distribution
Syntax
y = uniform_dist_inv1D(data, A, B)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| data | represents the cumulative probability | [0, 1] | integer, real | yes |
| A | uniform distributed range | [0, ∞) | integer, real | yes |
| B | uniform distributed range | [0, ∞) | integer, real | yes |
Examples
X_cpf = 0.5
X = uniform_dist_inv1D(X_cpf, 0.0, 1.5)
XX_cpf = [0.0::0.01::1.0]
XX = uniform_dist_inv1D(XX_cpf, 0.0, 1.5)
Defined in
$HPEESOF_DIR/expressions/ael/statistical_fun.ael
See Also
norm_dist1D(), norm_dist_inv1D(), norms_dist_inv1D(), norms_dist1D(), lognorm_dist_inv1D(), lognorm_dist1D(), uniform_dist1D()
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()