/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
H A D | ChiSquareTest.java | 32 * Chi-Square statistic</a> comparing <code>observed</code> and <code>expected</code> 36 * the observed counts follow the expected distribution.</p> 43 * <li>The observed and expected arrays must have the same length and 49 * @param observed array of observed frequency counts 54 double chiSquare(double[] expected, long[] observed) argument 58 * Returns the <i>observed significance level</i>, or <a href= 62 * Chi-square goodness of fit test</a> comparing the <code>observed</code> 66 * the null hypothesis that the observed counts conform to the frequency distribution 74 * <li>The observed an 86 chiSquareTest(double[] expected, long[] observed) argument 121 chiSquareTest(double[] expected, long[] observed, double alpha) argument [all...] |
H A D | ChiSquareTestImpl.java | 58 * expected and observed counts are equal.</p> 60 * @param observed array of observed frequency counts 66 public double chiSquare(double[] expected, long[] observed) argument 72 if (expected.length != observed.length) { 74 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, expected.length, observed.length); 77 checkNonNegative(observed); 80 for (int i = 0; i < observed.length; i++) { 82 sumObserved += observed[i]; 91 for (int i = 0; i < observed 115 chiSquareTest(double[] expected, long[] observed) argument 136 chiSquareTest(double[] expected, long[] observed, double alpha) argument [all...] |
H A D | TTest.java | 71 * Returns the <i>observed significance level</i>, or 144 * t statistic </a> given observed values and a comparison constant. 149 * <li>The observed array length must be at least 2. 153 * @param observed array of values 157 double t(double mu, double[] observed) argument 167 * <li><code>observed.getN() > = 2</code>. 202 * <li>The observed array lengths must both be at least 2. 232 * <li>The observed array lengths must both be at least 2. 317 * Returns the <i>observed significance level</i>, or 333 * <li>The observed arra [all...] |
H A D | TTestImpl.java | 95 * Returns the <i>observed significance level</i>, or 175 * t statistic </a> given observed values and a comparison constant. 180 * <li>The observed array length must be at least 2. 184 * @param observed array of values 188 public double t(double mu, double[] observed) argument 190 checkSampleData(observed); 191 return t(StatUtils.mean(observed), mu, StatUtils.variance(observed), 192 observed.length); 203 * <li><code>observed [all...] |
H A D | TestUtils.java | 226 public static double t(double mu, double[] observed) argument 228 return tTest.t(mu, observed); 326 public static double chiSquare(double[] expected, long[] observed) argument 328 return chiSquareTest.chiSquare(expected, observed); 342 public static boolean chiSquareTest(double[] expected, long[] observed, argument 345 return chiSquareTest.chiSquareTest(expected, observed, alpha); 351 public static double chiSquareTest(double[] expected, long[] observed) argument 353 return chiSquareTest.chiSquareTest(expected, observed);
|
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/ |
H A D | HpackDecodeTestBase.java | 79 * Checks if {@code expected} and {@code observed} are equal when viewed as a 85 String message, List<Header> expected, List<Header> observed) { 86 assertEquals(message, new LinkedHashSet<>(expected), new LinkedHashSet<>(observed)); 84 assertSetEquals( String message, List<Header> expected, List<Header> observed) argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
H A D | CurveFitter.java | 35 * observed points (x<sub>0</sub>, y<sub>0</sub>), (x<sub>1</sub>, 59 /** Add an observed (x,y) point to the sample with unit weight. 63 * @param y observed value of the point at x, after fitting we should 73 /** Add an observed weighted (x,y) point to the sample. 74 * @param weight weight of the observed point in the fit 76 * @param y observed value of the point at x, after fitting we should 86 /** Add an observed weighted (x,y) point to the sample. 87 * @param observed observed point to add 92 public void addObservedPoint(WeightedObservedPoint observed) { argument [all...] |
/external/libchrome/base/files/ |
H A D | file_path_unittest.cc | 145 FilePath observed = input.DirName(); local 146 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) << 232 FilePath observed = input.BaseName(); local 233 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) << 388 FilePath observed = input.StripTrailingSeparators(); local 389 EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) << 456 bool observed = input.IsAbsolute(); local 457 EXPECT_EQ(cases[i].expected, observed) << 505 FilePath::StringType observed; local 507 observed 1120 bool observed = input.ReferencesParent(); local 1225 FilePath observed = input.NormalizePathSeparators(); local 1282 bool observed = input.IsContentUri(); local 1310 FilePath::StringType observed = FilePath::GetHFSDecomposedForm( local [all...] |
/external/tensorflow/tensorflow/core/framework/ |
H A D | op_kernel_test.cc | 125 const DataTypeVector& observed) { 126 EXPECT_EQ(expected.size(), observed.size()) << what; 127 const size_t size = std::min(expected.size(), observed.size()); 129 bool match = TypesCompatible(expected[i], observed[i]); 131 << ", observed: " << observed[i]; local 124 ExpectEqual(const string& what, const DataTypeVector& expected, const DataTypeVector& observed) argument
|
/external/v8/src/crankshaft/ |
H A D | hydrogen-instructions.h | 1441 // We haven't actually *observed* this, but it's closer to the truth 3330 virtual void initialize_output_representation(Representation observed) { argument 3331 observed_output_representation_ = observed; 3636 void initialize_output_representation(Representation observed) override { 3637 if (observed.IsDouble()) observed = Representation::Integer32(); 3638 HBinaryOperation::initialize_output_representation(observed);
|
/external/annotation-tools/annotation-file-utilities/lib/ |
H A D | plume-core.jar | META-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ... |
/external/conscrypt/benchmark-android/ |
H A D | vogar.jar | META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ... |
/external/kotlinc/lib/ |
H A D | kotlin-runtime.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
H A D | kotlin-stdlib.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
/external/annotation-tools/annotation-file-utilities/ |
H A D | annotation-file-utilities.jar | META-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ... |