Package DistLib

Class chisquare


  • public class chisquare
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      chisquare()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)