Click or drag to resize

ProbabilityDistributionInverseCdfUsingBracket Method

Uses a bracketing method to evaluate the inverse of cumulative distribution functions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected double InverseCdfUsingBracket(
	double p,
	double lowerBound,
	double upperBound
)

Parameters

p  Double
A probability.
lowerBound  Double
A lower bound for the inverse value.
upperBound  Double
An upper bound for the inverse value.

Return Value

Double
The value x such that CDF(x) = p.
See Also