public virtual DoubleMatrix InverseCdf(
ReadOnlyDoubleMatrix arguments
)Public Overridable Function InverseCdf (
arguments As ReadOnlyDoubleMatrix
) As DoubleMatrixpublic:
virtual DoubleMatrix^ InverseCdf(
ReadOnlyDoubleMatrix^ arguments
)abstract InverseCdf :
arguments : ReadOnlyDoubleMatrix -> DoubleMatrix
override InverseCdf :
arguments : ReadOnlyDoubleMatrix -> 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. |