Home
last modified time | relevance | path

Searched refs:ManyValues (Results 1 – 10 of 10) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTesting.java74 static class ManyValues { class in StatsTesting
78 ManyValues(double[] values) { in ManyValues() method in StatsTesting.ManyValues
111 private static ImmutableList<ManyValues> createAll() { in createAll()
112 ImmutableList.Builder<ManyValues> builder = ImmutableList.builder(); in createAll()
122 builder.add(new ManyValues(values)); in createAll()
130 static final ImmutableList<ManyValues> ALL_MANY_VALUES = ManyValues.createAll();
DPairedStatsTest.java53 import com.google.common.math.StatsTesting.ManyValues;
104 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationCovariance()
169 for (ManyValues values : ALL_MANY_VALUES) { in testPearsonsCorrelationCoefficient()
227 for (ManyValues values : ALL_MANY_VALUES) { in testLeastSquaresFit()
DPairedStatsAccumulatorTest.java48 import com.google.common.math.StatsTesting.ManyValues;
205 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationCovariance()
335 for (ManyValues values : ALL_MANY_VALUES) { in testPearsonsCorrelationCoefficient()
450 for (ManyValues values : ALL_MANY_VALUES) { in testLeastSquaresFit()
DStatsTest.java74 import com.google.common.math.StatsTesting.ManyValues;
124 for (ManyValues values : ALL_MANY_VALUES) { in testMean()
221 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationVariance()
409 for (ManyValues values : ALL_MANY_VALUES) { in testMax()
447 for (ManyValues values : ALL_MANY_VALUES) { in testMin()
525 for (ManyValues values : ALL_MANY_VALUES) { in testMeanOf()
DStatsAccumulatorTest.java51 import com.google.common.math.StatsTesting.ManyValues;
235 for (ManyValues values : ALL_MANY_VALUES) { in testMean()
371 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationVariance()
622 for (ManyValues values : ALL_MANY_VALUES) { in testMax()
681 for (ManyValues values : ALL_MANY_VALUES) { in testMin()
/external/guava/guava-tests/test/com/google/common/math/
DStatsTesting.java75 static class ManyValues { class in StatsTesting
79 ManyValues(double[] values) { in ManyValues() method in StatsTesting.ManyValues
112 private static ImmutableList<ManyValues> createAll() { in createAll()
113 ImmutableList.Builder<ManyValues> builder = ImmutableList.builder(); in createAll()
123 builder.add(new ManyValues(values)); in createAll()
131 static final ImmutableList<ManyValues> ALL_MANY_VALUES = ManyValues.createAll();
DPairedStatsTest.java53 import com.google.common.math.StatsTesting.ManyValues;
104 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationCovariance()
169 for (ManyValues values : ALL_MANY_VALUES) { in testPearsonsCorrelationCoefficient()
227 for (ManyValues values : ALL_MANY_VALUES) { in testLeastSquaresFit()
DPairedStatsAccumulatorTest.java48 import com.google.common.math.StatsTesting.ManyValues;
205 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationCovariance()
335 for (ManyValues values : ALL_MANY_VALUES) { in testPearsonsCorrelationCoefficient()
450 for (ManyValues values : ALL_MANY_VALUES) { in testLeastSquaresFit()
DStatsTest.java82 import com.google.common.math.StatsTesting.ManyValues;
134 for (ManyValues values : ALL_MANY_VALUES) { in testMean()
231 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationVariance()
419 for (ManyValues values : ALL_MANY_VALUES) { in testMax()
457 for (ManyValues values : ALL_MANY_VALUES) { in testMin()
590 for (ManyValues values : ALL_MANY_VALUES) { in testMeanOf()
680 for (ManyValues values : ALL_MANY_VALUES) { in testEquivalentStreams()
DStatsAccumulatorTest.java58 import com.google.common.math.StatsTesting.ManyValues;
242 for (ManyValues values : ALL_MANY_VALUES) { in testMean()
378 for (ManyValues values : ALL_MANY_VALUES) { in testPopulationVariance()
629 for (ManyValues values : ALL_MANY_VALUES) { in testMax()
688 for (ManyValues values : ALL_MANY_VALUES) { in testMin()