Click or drag to resize

VectorMathNormalCdf Method

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