DistLib
Class t
java.lang.Object
|
+--DistLib.t
- public class t
- extends java.lang.Object
Method Summary |
static double |
cumulative(double x,
double n)
|
static double |
density(double x,
double n)
|
static double |
quantile(double p,
double ndf)
|
static double |
random(double df,
uniform PRNG)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t
public t()
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)