DistLib
Class beta

java.lang.Object
  |
  +--DistLib.beta

public class beta
extends java.lang.Object


Constructor Summary
beta()
           
 
Method Summary
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)