Home
last modified time | relevance | path

Searched defs:tTest (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTTest.java342 double tTest(double mu, double[] sample) in tTest() method
379 boolean tTest(double mu, double[] sample, double alpha) in tTest() method
409 double tTest(double mu, StatisticalSummary sampleStats) in tTest() method
447 boolean tTest( in tTest() method
488 double tTest(double[] sample1, double[] sample2) in tTest() method
577 boolean tTest( in tTest() method
672 double tTest( in tTest() method
766 boolean tTest( in tTest() method
DTTestImpl.java409 public double tTest(double mu, double[] sample) in tTest() method in TTestImpl
451 public boolean tTest(double mu, double[] sample, double alpha) in tTest() method in TTestImpl
485 public double tTest(double mu, StatisticalSummary sampleStats) in tTest() method in TTestImpl
528 public boolean tTest( double mu, StatisticalSummary sampleStats, in tTest() method in TTestImpl
571 public double tTest(double[] sample1, double[] sample2) in tTest() method in TTestImpl
675 public boolean tTest(double[] sample1, double[] sample2, in tTest() method in TTestImpl
774 public double tTest(StatisticalSummary sampleStats1, StatisticalSummary sampleStats2) in tTest() method in TTestImpl
880 public boolean tTest(StatisticalSummary sampleStats1, in tTest() method in TTestImpl
963 protected double tTest(double m, double mu, double v, double n) in tTest() method in TTestImpl
985 protected double tTest(double m1, double m2, double v1, double v2, in tTest() method in TTestImpl
DTestUtils.java38 private static TTest tTest = new TTestImpl(); field in TestUtils
259 public static boolean tTest(double mu, double[] sample, double alpha) in tTest() method in TestUtils
267 public static double tTest(double mu, double[] sample) in tTest() method in TestUtils
275 public static boolean tTest(double mu, StatisticalSummary sampleStats, in tTest() method in TestUtils
284 public static double tTest(double mu, StatisticalSummary sampleStats) in tTest() method in TestUtils
292 public static boolean tTest(double[] sample1, double[] sample2, double alpha) in tTest() method in TestUtils
300 public static double tTest(double[] sample1, double[] sample2) in tTest() method in TestUtils
308 public static boolean tTest(StatisticalSummary sampleStats1, in tTest() method in TestUtils
317 public static double tTest(StatisticalSummary sampleStats1, in tTest() method in TestUtils