Java org.apache.commons.math.distribution HypergeometricDistributionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.distribution HypergeometricDistributionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.distribution HypergeometricDistributionImpl.

The text is from its open source code.

Constructor

HypergeometricDistributionImpl(int populationSize, int numberOfSuccesses, int sampleSize)
Construct a new hypergeometric distribution with the given the population size, the number of successes in the population, and the sample size.