VectorMathNormalCdfInv Method |
| Name | Description | |
|---|---|---|
| NormalCdfInv(Double) |
Computes inverse normal cumulative distribution function of array elements.
| |
| NormalCdfInv(Vector) |
Computes inverse normal cumulative distribution function of vector elements.
| |
| NormalCdfInv(Double, Double) |
Computes inverse normal cumulative distribution function of array elements.
Result will be stored in result array.
| |
| NormalCdfInv(Vector, Vector) |
Computes inverse normal cumulative distribution function of vector elements.
Result will be stored in result vector.
| |
| NormalCdfInv(Double, Int32, Int32) |
Computes inverse normal cumulative distribution function of Array elements.
| |
| NormalCdfInv(Double, Int32, Double, Int32, Int32) |
Computes inverse normal cumulative distribution function of array elements.
Result will be stored in result array.
|