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

Class GeometricRandomVariable

    • Constructor Detail

      • GeometricRandomVariable

        public GeometricRandomVariable()
        Default constructor. Probability of success is set to 0.5.
      • GeometricRandomVariable

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

        public GeometricRandomVariable(double p,
                                       RNG source)
        Create a random variable with the given parameters.
        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