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

Class TRandomVariable

    • Constructor Summary

      Constructors 
      Constructor and Description
      TRandomVariable()
      Default constructor.
      TRandomVariable(double df)
      Create a random variable with the given degrees of freedom.
      TRandomVariable(double df, RNG source)
      Create a random variable with the given parameters.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double nextRandomVariable()
      Access the next random variable from this generator.
      static double nextRandomVariable(double df, RNG source)
      Access the next random variable using the given generator.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TRandomVariable

        public TRandomVariable()
        Default constructor. Degrees of freedom is set to 1.
      • TRandomVariable

        public TRandomVariable(double df)
        Create a random variable with the given degrees of freedom.
        Parameters:
        df - degrees of freedom.
      • TRandomVariable

        public TRandomVariable(double df,
                               RNG source)
        Create a random variable with the given parameters.
        Parameters:
        df - degrees of freedom.
        source - the source generator.
    • Method Detail

      • nextRandomVariable

        public static double nextRandomVariable(double df,
                                                RNG source)
        Access the next random variable using the given generator.
        Parameters:
        df - degrees of freedom.
        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