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.

public HyperGeometricProbabilityDistribution();

See Also

HyperGeometricProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace | HyperGeometricProbabilityDistribution Constructor Overload List