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