Documentation of 'umontreal.iro.lecuyer.randvar.ChiSquareNoncentralGen' Java class
ChiSquareNoncentralGen
umontreal.iro.lecuyer.randvar

Class ChiSquareNoncentralGen

    • Constructor Detail

      • ChiSquareNoncentralGen

        public ChiSquareNoncentralGen(RandomStream s,
                                      double nu,
                                      double lambda)
        Creates a noncentral chi square random variate generator with ν > 0 degrees of freedom and noncentrality parameter λ > 0, using stream s.
    • Method Detail

      • nextDouble

        public static double nextDouble(RandomStream s,
                                        double nu,
                                        double lambda)
        Generates a new variate from the noncentral chi square distribution with ν degrees of freedom and noncentrality parameter λ, using stream s.
      • getNu

        public double getNu()
        Returns the value of ν of this object.
      • getLambda

        public double getLambda()
        Returns the value of λ for this object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.