|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrvl.stat.dist.Rsquare
public class Rsquare
The distribution of R square
| Constructor Summary | |
|---|---|
Rsquare()
|
|
| Method Summary | |
|---|---|
static double |
cdf(double x,
double N,
int p)
CDF of the central distribution of R-square |
static double |
cdf(double x,
double N,
int p,
double rho2)
|
static double |
quantile(double prob,
double N,
int p)
Quantile of central distribution of R square |
static double |
quantile(double prob,
double N,
int p,
double rho2)
Quantile of the distribution of R-square |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rsquare()
| Method Detail |
|---|
public static double cdf(double x,
double N,
int p,
double rho2)
public static double cdf(double x,
double N,
int p)
public static double quantile(double prob,
double N,
int p,
double rho2)
public static double quantile(double prob,
double N,
int p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||