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

Class NormalInverseGaussianGen

    • Constructor Detail

      • NormalInverseGaussianGen

        public NormalInverseGaussianGen(RandomStream s,
                                        double alpha,
                                        double beta,
                                        double mu,
                                        double delta)
        Creates an normal inverse gaussian random variate generator with parameters α = alpha, β = beta, μ = mu and δ = delta, using stream s.
    • Method Detail

      • nextDouble

        public static double nextDouble(RandomStream s,
                                        double alpha,
                                        double beta,
                                        double mu,
                                        double delta)
        NOT IMPLEMENTED. Use the daughter classes.
      • getAlpha

        public double getAlpha()
        Returns the parameter α of this object.
      • getBeta

        public double getBeta()
        Returns the parameter β of this object.
      • getMu

        public double getMu()
        Returns the parameter μ of this object.
      • getDelta

        public double getDelta()
        Returns the parameter δ of this object.
      • setParams

        public void setParams(double alpha,
                              double beta,
                              double mu,
                              double delta)
        Sets the parameters α, β, μ and δ of this object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.