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.
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);
HyperGeometricProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace