WebCab Probability and Statistics for COM v3.3 Demo

HyperGeometricProbabilityDistribution.SetNumberOfTrials Method 

Sets the number of trials for the Hypergeometric probability distribution.

public void SetNumberOfTrials(
   int trials
);

Parameters

trials
The number of trials for which the Hypergeometric probability distribution is defined.

Exceptions

Exception TypeCondition
HyperGeometricProbabilityDistributionExceptionThrown if the number of trials is less than zero.

See Also

HyperGeometricProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace