Package DistLib
Class beta
java.lang.Object
DistLib.beta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecumulative(double x, double pin, double qin) static doubledensity(double x, double a, double b) static doublequantile(double alpha, double p, double q) static double
-
Constructor Details
-
beta
public beta()
-
-
Method Details
-
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
-