NegativeBinomialDistribution.LogProbability Method

Returns the logarithm of the probability of obtaining a specific integer value in the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double LogProbability(
	int n
)

Parameters

n  Int32
An integer value.

Return Value

Double
The logarithm of the probability of obtaining the specified value.

Remarks

This method represents the logarithm of the probability function of the distribution.

See Also