Documentation of 'org.apache.commons.math.distribution.HypergeometricDistribution' Java class
HypergeometricDistribution
org.apache.commons.math.distribution

Interface HypergeometricDistribution

    • Method Detail

      • getNumberOfSuccesses

        int getNumberOfSuccesses()
        Access the number of successes.
        Returns:
        the number of successes.
      • getPopulationSize

        int getPopulationSize()
        Access the population size.
        Returns:
        the population size.
      • getSampleSize

        int getSampleSize()
        Access the sample size.
        Returns:
        the sample size.
      • setNumberOfSuccesses

        @Deprecated
        void setNumberOfSuccesses(int num)
        Deprecated. as of v2.1
        Modify the number of successes.
        Parameters:
        num - the new number of successes.
      • setPopulationSize

        @Deprecated
        void setPopulationSize(int size)
        Deprecated. as of v2.1
        Modify the population size.
        Parameters:
        size - the new population size.
      • setSampleSize

        @Deprecated
        void setSampleSize(int size)
        Deprecated. as of v2.1
        Modify the sample size.
        Parameters:
        size - the new sample size.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.