Click or drag to resize

NegativeBinomialDistributionInverseLeftProbability Method

Computes the value corresponding to the given percentile.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override int InverseLeftProbability(
	double P
)

Parameters

P
Type: SystemDouble
The percentile.

Return Value

Type: Int32
The smallest k such that P0 + P1 + ⋯ + Pk > P
Remarks

The smallest k such that LeftInclusiveProbability of k is greater than the given P.

See Also