Click or drag to resize

ProbabilityDistributionInverseDiscreteCdfUsingBracket Method

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

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

Parameters

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

Return Value

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