Searched defs:observed (Results 1 - 15 of 15) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTest.java32 * 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 DChiSquareTestImpl.java58 * 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 DTTest.java71 * 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 DTTestImpl.java95 * 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 DTestUtils.java226 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 DHpackDecodeTestBase.java79 * 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 DCurveFitter.java35 * 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 Dfile_path_unittest.cc145 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 Dop_kernel_test.cc125 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 Dhydrogen-instructions.h1441 // 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 Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 203 milliseconds