Documentation of 'jhplot.math.num.random.BernoulliRandomVariable' Java class.
BernoulliRandomVariable
jhplot.math.num.random

Class BernoulliRandomVariable

    • Constructor Detail

      • BernoulliRandomVariable

        public BernoulliRandomVariable()
        Default constructor. The probability of success is set to 0.5.
      • BernoulliRandomVariable

        public BernoulliRandomVariable(double p)
        Create a random variable with the given probability of success.
        Parameters:
        p - the probability of success.
      • BernoulliRandomVariable

        public BernoulliRandomVariable(double p,
                                       RNG source)
        Create a random variable with the given probability of success and source generator.
        Parameters:
        p - the probability of success.
        source - the source generator.
    • Method Detail

      • nextRandomVariable

        public static int nextRandomVariable(double p,
                                             RNG source)
        Access the next random variable using the given generator.
        Parameters:
        p - the probability of success.
        source - the source generator.
        Returns:
        the next random variable.
      • nextRandomVariable

        public int nextRandomVariable()
        Access the next random variable from this generator.
        Returns:
        the next random variable.

DMelt 3.0 © DataMelt by jWork.ORG