Interface IBinomialDistribution

    • Method Detail

      • getTrials

        int getTrials()
        Access the number of trials for this distribution.
        Returns:
        the number of trials.
      • getProbability

        double getProbability()
        Access the probability of success for this distribution.
        Returns:
        the probability of success.