public override DoubleMatrix InverseCdf(
DoubleMatrix arguments
)Public Overrides Function InverseCdf (
arguments As DoubleMatrix
) As DoubleMatrixpublic:
virtual DoubleMatrix^ InverseCdf(
DoubleMatrix^ arguments
) overrideabstract InverseCdf :
arguments : DoubleMatrix -> DoubleMatrix
override InverseCdf :
arguments : DoubleMatrix -> DoubleMatrix The returned matrix has the same dimensions of arguments. If the cumulative distribution function cannot be inverted at a specific entry of arguments, then the corresponding entry in the returned matrix is NaN.
| ArgumentNullException | arguments is null. |