VectorMath.NormalCdfInvInPlace Method |
Name | Description | |
---|---|---|
![]() ![]() | NormalCdfInvInPlace(Double[]) |
Computes inverse normal cumulative distribution function of array elements.
And rewrite original array with operation result.
|
![]() ![]() | NormalCdfInvInPlace(Vector) |
Computes inverse normal cumulative distribution function of vector elements.
And rewrite original vector with operation result.
|
![]() ![]() | NormalCdfInvInPlace(Double[], Int32, Int32) |
Computes inverse normal cumulative distribution function of array elements.
And rewrite original array with operation result.
|