WebCab Probability and Statistics for .NET v3.3 Demo

HyperGeometricProbabilityDistribution.SetNumberOfElementsLabeledSuccess Method 

Sets the number of elements in the population labeled successes.

public void SetNumberOfElementsLabeledSuccess(
   int labeledSuccesses
);

Parameters

labeledSuccesses
The number of labeled successes.

Exceptions

Exception TypeCondition
HyperGeometricProbabilityDistributionExceptionThrown if the number of elements in the population labeled success is less than zero.

See Also

HyperGeometricProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace