rvl.stat.dist
Class Rsquare

java.lang.Object
  extended by rvl.stat.dist.Rsquare

public class Rsquare
extends java.lang.Object

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

Rsquare

public Rsquare()
Method Detail

cdf

public static double cdf(double x,
                         double N,
                         int p,
                         double rho2)

cdf

public static double cdf(double x,
                         double N,
                         int p)
CDF of the central distribution of R-square


quantile

public static double quantile(double prob,
                              double N,
                              int p,
                              double rho2)
Quantile of the distribution of R-square


quantile

public static double quantile(double prob,
                              double N,
                              int p)
Quantile of central distribution of R square