DistLib
Class noncentral_chisquare
java.lang.Object
|
+--DistLib.noncentral_chisquare
- public class noncentral_chisquare
- extends java.lang.Object
Method Summary |
static double |
cumulative(double x,
double f,
double theta)
|
static double |
density(double x,
double df,
double lambda)
|
static double |
quantile(double p,
double n,
double lambda)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noncentral_chisquare
public noncentral_chisquare()
density
public static double density(double x,
double df,
double lambda)
cumulative
public static double cumulative(double x,
double f,
double theta)
quantile
public static double quantile(double p,
double n,
double lambda)