Class ChiSq


  • public class ChiSq
    extends java.lang.Object
    Author:
    Scooter Willis
    • Constructor Summary

      Constructors 
      Constructor Description
      ChiSq()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double chiSq​(double x, int n)  
      static void main​(java.lang.String[] args)  
      static double norm​(double z)  
      • Methods inherited from class java.lang.Object

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

      • ChiSq

        public ChiSq()
    • Method Detail

      • norm

        public static double norm​(double z)
        Parameters:
        z -
        Returns:
      • chiSq

        public static double chiSq​(double x,
                                   int n)
        Parameters:
        x -
        n -
        Returns:
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments