ILNumerics - Technical Application Development
Top
The HypergeometricDistribution type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CumulativeDistribution |
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
[ILNumerics Statistics Toolbox] |
![]() | DensiityLog |
Computes the log probability mass at k, i.e. ln(P(X = k)).
[ILNumerics Statistics Toolbox] |
![]() | Density |
Computes the probability mass (PMF) at k, i.e. P(X = k).
[ILNumerics Statistics Toolbox] |
![]() | Samples |
Generates a sample from the Hypergeometric distribution without doing parameter checking.
[ILNumerics Statistics Toolbox] |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.)[ILNumerics Statistics Toolbox] |
See Also