ILNumerics Ultimate VS

HypergeometricDistribution Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public HypergeometricDistribution(
	int population = 100,
	int success = 50,
	int draws = 3
)

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

Reference