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