FiniteDiscreteDistributionInverseCdf(DoubleMatrix) Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public override DoubleMatrix InverseCdf(
DoubleMatrix arguments
)
Public Overrides Function InverseCdf (
arguments As DoubleMatrix
) As DoubleMatrix
public:
virtual DoubleMatrix^ InverseCdf(
DoubleMatrix^ arguments
) override
abstract InverseCdf :
arguments : DoubleMatrix -> DoubleMatrix
override InverseCdf :
arguments : DoubleMatrix -> DoubleMatrix
- arguments DoubleMatrix
- The arguments at which the function
is to be evaluated.
DoubleMatrixThe
NotSupportedException.