Home
last modified time | relevance | path

Searched refs:homoscedasticTTest (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTestUtils.java175 public static boolean homoscedasticTTest(double[] sample1, double[] sample2, in homoscedasticTTest() method in TestUtils
178 return tTest. homoscedasticTTest(sample1, sample2, alpha); in homoscedasticTTest()
184 public static double homoscedasticTTest(double[] sample1, double[] sample2) in homoscedasticTTest() method in TestUtils
186 return tTest.homoscedasticTTest(sample1, sample2); in homoscedasticTTest()
192 public static double homoscedasticTTest(StatisticalSummary sampleStats1, in homoscedasticTTest() method in TestUtils
195 return tTest.homoscedasticTTest(sampleStats1, sampleStats2); in homoscedasticTTest()
DTTestImpl.java613 public double homoscedasticTTest(double[] sample1, double[] sample2) in homoscedasticTTest() method in TTestImpl
617 return homoscedasticTTest(StatUtils.mean(sample1), in homoscedasticTTest()
733 public boolean homoscedasticTTest(double[] sample1, double[] sample2, in homoscedasticTTest() method in TTestImpl
737 return homoscedasticTTest(sample1, sample2) < alpha; in homoscedasticTTest()
816 public double homoscedasticTTest(StatisticalSummary sampleStats1, in homoscedasticTTest() method in TTestImpl
821 return homoscedasticTTest(sampleStats1.getMean(), in homoscedasticTTest()
1010 protected double homoscedasticTTest(double m1, double m2, double v1, in homoscedasticTTest() method in TTestImpl
DTTest.java523 double homoscedasticTTest( in homoscedasticTTest() method
633 boolean homoscedasticTTest( in homoscedasticTTest() method
709 double homoscedasticTTest( in homoscedasticTTest() method