Hypergeometric Distribution.Log Probability 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#
The logarithm of the probability of obtaining the specified value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double LogProbability(
int n
)
Parameters
- n Int32
- An integer value.
Return Value
DoubleThe logarithm of the probability of obtaining the specified value.
Remarks
This method represents the logarithm of the probability function of the distribution.