Package DistLib
Class beta
java.lang.Object
DistLib.beta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
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
-