Click or drag to resize

FiniteDiscreteDistributionInverseCdf Method (Double)

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public override double InverseCdf(
	double argument
)

Parameters

argument
Type: SystemDouble
The argument at which the function is to be evaluated.

Return Value

Type: Double
The NotSupportedException.
Exceptions
ExceptionCondition
NotSupportedException The cumulative distribution function cannot be inverted.
See Also