Class Probability


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

      Constructors 
      Modifier Constructor Description
      protected Probability()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double normal​(double a)  
      static double normal​(double mean, double variance, double a)  
      static double normalInverse​(double a)  
      static double normalInverse​(double mean, double variance, double a)  
      static double studentT​(double k, double t)  
      static double studentTInverse​(double alpha, int size)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Probability

        protected Probability()
    • Method Detail

      • studentT

        public static double studentT​(double k,
                                      double t)
      • studentTInverse

        public static double studentTInverse​(double alpha,
                                             int size)
      • normal

        public static double normal​(double a)
      • normal

        public static double normal​(double mean,
                                    double variance,
                                    double a)
      • normalInverse

        public static double normalInverse​(double a)
      • normalInverse

        public static double normalInverse​(double mean,
                                           double variance,
                                           double a)