An NDoc Documented Class Library

HypergeometricDistribution Constructor

Default constructor. The number of failures, number of successes, and sample size are all set to one.

Overload List

Default constructor. The number of failures, number of successes, and sample size are all set to one.

public HypergeometricDistribution();

 

public HypergeometricDistribution(int,int,int);

See Also

HypergeometricDistribution Class | numerics4net.statistics.distribution Namespace