Searched refs:ManyValues (Results 1 – 10 of 10) sorted by relevance
74 static class ManyValues { class in StatsTesting78 ManyValues(double[] values) { in ManyValues() method in StatsTesting.ManyValues111 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();
53 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()
48 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()
74 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()
51 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()
75 static class ManyValues { class in StatsTesting79 ManyValues(double[] values) { in ManyValues() method in StatsTesting.ManyValues112 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();
82 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()
58 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()