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

Class BetaSymmetricalGen

  • Direct Known Subclasses:
    BetaSymmetricalBestGen, BetaSymmetricalPolarGen


    public class BetaSymmetricalGen
    extends BetaGen
    This class implements random variate generators with the symmetrical beta distribution with shape parameters α = β, over the interval (0, 1).
    • Constructor Detail

      • BetaSymmetricalGen

        public BetaSymmetricalGen(RandomStream s,
                                  double alpha)
        Creates a new symmetrical beta generator with parameters α = alpha, over the interval (0, 1), using stream s.
      • BetaSymmetricalGen

        public BetaSymmetricalGen(RandomStream s,
                                  BetaSymmetricalDist dist)
        Creates a new generator for the distribution dist, using stream s.
    • Method Detail

      • nextDouble

        public static double nextDouble(RandomStream s,
                                        double alpha)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.