Package DistLib

Class beta


  • public class beta
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      beta()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double cumulative​(double x, double pin, double qin)  
      static double density​(double x, double a, double b)  
      static double quantile​(double alpha, double p, double q)  
      static double random​(double aa, double bb, uniform PRNG)  
      • Methods inherited from class java.lang.Object

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

      • beta

        public beta()
    • Method Detail

      • density

        public static double density​(double x,
                                     double a,
                                     double b)
      • cumulative

        public static double cumulative​(double x,
                                        double pin,
                                        double qin)
      • quantile

        public static double quantile​(double alpha,
                                      double p,
                                      double q)
      • random

        public static double random​(double aa,
                                    double bb,
                                    uniform PRNG)