Exemple #1
0
 /* 147:    */
 /* 148:    */ public static double chiSquare(long[][] counts)
     /* 149:    */ throws NullArgumentException, NotPositiveException, DimensionMismatchException
       /* 150:    */ {
   /* 151:256 */ return CHI_SQUARE_TEST.chiSquare(counts);
   /* 152:    */ }
Exemple #2
0
 /* 141:    */
 /* 142:    */ public static double chiSquare(double[] expected, long[] observed)
     /* 143:    */ throws NotPositiveException, NotStrictlyPositiveException,
         DimensionMismatchException
       /* 144:    */ {
   /* 145:247 */ return CHI_SQUARE_TEST.chiSquare(expected, observed);
   /* 146:    */ }