Hypergeometric Distribution.Probability Method
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Probability( | Returns the probability of obtaining a specific integer value in the distribution. |
Probability( | Gets the probability of obtaining a sample that falls within the specified interval from the distribution. |
Probability(Int32)
Returns the probability of obtaining a specific integer
value in the distribution.
public override double Probability(
int n
)
Parameters
- n Int32
- An integer value.
Return Value
DoubleThe probability of obtaining the specified value.
Remarks
This method represents the probability function of the distribution.