Searched refs:meanDifference (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DTTestImpl.java88 double meanDifference = StatUtils.meanDifference(sample1, sample2);
89 return t(meanDifference, 0,
90 StatUtils.varianceDifference(sample1, sample2, meanDifference),
129 double meanDifference = StatUtils.meanDifference(sample1, sample2);
130 return tTest(meanDifference, 0,
131 StatUtils.varianceDifference(sample1, sample2, meanDifference),
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
H A DStatUtils.java594 public static double meanDifference(final double[] sample1, final double[] sample2) method in class:StatUtils
605 * @param meanDifference the mean difference between corresponding entries
606 * @see #meanDifference(double[],double[])
612 double meanDifference) throws IllegalArgumentException {
627 sum1 += (diff - meanDifference) *(diff - meanDifference);
628 sum2 += diff - meanDifference;
611 varianceDifference(final double[] sample1, final double[] sample2, double meanDifference) argument
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 227 milliseconds