Click or drag to resize

BernoulliDistributionInverseCdf Method (DoubleMatrix)

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

Parameters

arguments
Type: Novacta.AnalyticsDoubleMatrix
The arguments at which the function is to be evaluated.

Return Value

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