DistLib
Class chisquare

java.lang.Object
  |
  +--DistLib.chisquare

public class chisquare
extends java.lang.Object


Constructor Summary
chisquare()
           
 
Method Summary
static double cumulative(double x, double df)
           
static double density(double x, double df)
           
static double quantile(double p, double df)
           
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
 

Constructor Detail

chisquare

public chisquare()
Method Detail

density

public static double density(double x,
                             double df)

cumulative

public static double cumulative(double x,
                                double df)

quantile

public static double quantile(double p,
                              double df)

random

public static double random(double df,
                            uniform PRNG)