WebCab Probability and Statistics for .NET v3.3 Demo

HyperGeometricProbabilityDistribution Constructor

Creates a new HyperGeometric Probability Distribution instance with the number of trials, the number of elements in the population, and the number of elements labeled success all set to 1 In order to specify your own values use the NumberOfTrials, NumberOfElements, and NumberOfElementsLabeledSuccess get/set properties.

Overload List

Creates a new HyperGeometric Probability Distribution instance with the number of trials, the number of elements in the population, and the number of elements labeled success all set to 1 In order to specify your own values use the NumberOfTrials, NumberOfElements, and NumberOfElementsLabeledSuccess get/set properties.

public HyperGeometricProbabilityDistribution();

Creates a new HyperGeometric Probability Distribution instance with the specified initial values.

public HyperGeometricProbabilityDistribution(int,int,int);

See Also

HyperGeometricProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace