ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Initializes a new instance of the Hypergeometric class.
[ILNumerics Statistics Toolbox]
Namespace: ILNumerics.Toolboxes.Distributions
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- population (Optional)
- Type: SystemInt32
The size of the population (N). - success (Optional)
- Type: SystemInt32
The number successes within the population (K, M). - draws (Optional)
- Type: SystemInt32
The number of draws without replacement (n).
Remarks
[ILNumerics Statistics Toolbox]
See Also