Click or drag to resize

VectorMathNormalCdfInv Method

Overload List
  NameDescription
Public methodStatic memberNormalCdfInv(Double)
Computes inverse normal cumulative distribution function of array elements.
Public methodStatic memberNormalCdfInv(Vector)
Computes inverse normal cumulative distribution function of vector elements.
Public methodStatic memberNormalCdfInv(Double, Double)
Computes inverse normal cumulative distribution function of array elements. Result will be stored in result array.
Public methodStatic memberNormalCdfInv(Vector, Vector)
Computes inverse normal cumulative distribution function of vector elements. Result will be stored in result vector.
Public methodStatic memberNormalCdfInv(Double, Int32, Int32)
Computes inverse normal cumulative distribution function of Array elements.
Public methodStatic memberNormalCdfInv(Double, Int32, Double, Int32, Int32)
Computes inverse normal cumulative distribution function of array elements. Result will be stored in result array.
Top
See Also