Click or drag to resize

NegativeBinomialDistributionLeftInclusiveProbability Method

Computes the probability of obtaining a value less than or equal to the given value.

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

Parameters

k
Type: SystemInt32
The value.

Return Value

Type: Double
The total probability of obtaining a value les than or equal to k.
See Also