Package DistLib
Class chisquare
- java.lang.Object
-
- DistLib.chisquare
-
public class chisquare extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description chisquare()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublecumulative(double x, double df)static doubledensity(double x, double df)static doublequantile(double p, double df)static doublerandom(double df, uniform PRNG)
-
-
-
Method Detail
-
density
public static double density(double x, double df)
-
cumulative
public static double cumulative(double x, double df)
-
quantile
public static double quantile(double p, double df)
-
random
public static double random(double df, uniform PRNG)
-
-