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

Class RayleighRandomVariable

    • Constructor Detail

      • RayleighRandomVariable

        public RayleighRandomVariable()
        Default constructor. Alpha and scale are both set to 1.
      • RayleighRandomVariable

        public RayleighRandomVariable(double s)
        Create a random variable with the given mean.
        Parameters:
        s - the scale parameter.
      • RayleighRandomVariable

        public RayleighRandomVariable(double s,
                                      RNG source)
        Create a random variable with the given parameters.
        Parameters:
        s - the scale parameter.
        source - the source generator.
    • Method Detail

      • nextRandomVariable

        public static double nextRandomVariable(double s,
                                                RNG source)
        Access the next random variable using the given generator.
        Parameters:
        s - the scale parameter.
        source - the source generator.
        Returns:
        the next random variable.
      • nextRandomVariable

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

DMelt 3.0 © DataMelt by jWork.ORG