HomeSort by relevance Sort by last modified time
    Searched full:observed (Results 1 - 25 of 542) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 44 SuggestionCursor expected, SuggestionCursor observed) {
45 assertSameSuggestion(message, expected, position, observed, position);
50 SuggestionCursor observed, int positionObserved) {
52 + positionObserved + " (observed)";
54 observed.moveTo(positionObserved);
55 assertSuggestionEquals(message, expected, observed);
58 public static void assertSameSuggestions(SuggestionCursor expected, SuggestionCursor observed) {
59 assertSameSuggestions("", expected, observed);
63 String message, SuggestionCursor expected, SuggestionCursor observed) {
65 assertNotNull(message + ", observed == null", observed)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
CurveFitter.java 35 * observed points (x<sub>0</sub>, y<sub>0</sub>), (x<sub>1</sub>,
48 /** Observed points. */
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 ad
    [all...]
WeightedObservedPoint.java 22 /** This class is a simple container for weighted observed point in
39 /** Observed value of the function at x. */
67 /** Get the observed value of the function at x.
68 * @return observed value of the function at x
GaussianFitter.java 67 * Adds point (<code>x</code>, <code>y</code>) to list of observed points
78 * Adds point (<code>x</code>, <code>y</code>) to list of observed points
90 * Fits Gaussian function to the observed points.
92 * @return Gaussian function best fitting the observed points
PolynomialFitter.java 52 /** Add an observed weighted (x,y) point to the sample.
53 * @param weight weight of the observed point in the fit
55 * @param y observed value of the point at x, after fitting we should
71 * @return polynomial function best fitting the observed points
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
UnknownDistributionChiSquareTest.java 44 * both observed counts follow the same distribution.</p>
47 * <li>Observed counts must be non-negative.
49 * <li>Observed counts for a specific bin must not both be zero.
51 * <li>Observed counts for a specific sample must not all be 0.
59 * @param observed1 array of observed frequency counts of the first data set
60 * @param observed2 array of observed frequency counts of the second data set
68 * <p>Returns the <i>observed significance level</i>, or <a href=
75 * can reject the null hypothesis that the observed counts conform to the
81 * of the input observed count arrays.
84 * <li>Observed counts must be non-negative
    [all...]
ChiSquareTest.java 32 * Chi-Square statistic</a> comparing <code>observed</code> and <code>expected</code>
36 * the observed counts follow the expected distribution.</p>
41 * <li>Observed counts must all be >= 0.
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)
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 distributio
    [all...]
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)
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.length; i++)
    [all...]
  /frameworks/base/core/java/android/database/
IContentObserver.aidl 29 * observed. selfUpdate is true if the update was caused by a call to
30 * commit on the cursor that is being observed.
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.stderr.exp1 7 cond 0x........ was first observed at:
10 mutex 0x........ was first observed at:
13 mutex 0x........ was first observed at:
21 cond 0x........ was first observed at:
24 mutex 0x........ was first observed at:
31 cond 0x........ was first observed at:
34 mutex 0x........ was first observed at:
pth_inconsistent_cond_wait.stderr.exp2 7 cond 0x........ was first observed at:
10 mutex 0x........ was first observed at:
13 mutex 0x........ was first observed at:
21 cond 0x........ was first observed at:
24 mutex 0x........ was first observed at:
31 cond 0x........ was first observed at:
34 mutex 0x........ was first observed at:
annotate_hb_err.stderr.exp 5 mutex 0x........ was first observed at:
12 cond 0x........ was first observed at:
19 order annotation 0x........ was first observed at:
pth_cancel_locked.stderr.exp-darwin 5 mutex 0x........ was first observed at:
12 mutex 0x........ was first observed at:
pth_cond_race.stderr.exp 7 cond 0x........ was first observed at:
10 mutex 0x........ was first observed at:
rwlock_type_checking.stderr.exp 5 rwlock 0x........ was first observed at:
10 rwlock 0x........ was first observed at:
tc18_semabuse.stderr.exp 5 semaphore 0x........ was first observed at:
12 semaphore 0x........ was first observed at:
tc23_bogus_condwait.stderr.exp-linux-ppc 11 cond 0x........ was first observed at:
19 mutex 0x........ was first observed at:
26 rwlock 0x........ was first observed at:
35 cond 0x........ was first observed at:
38 rwlock 0x........ was first observed at:
46 mutex 0x........ was first observed at:
55 cond 0x........ was first observed at:
58 mutex 0x........ was first observed at:
66 mutex 0x........ was first observed at:
75 mutex 0x........ was first observed at
    [all...]
tc23_bogus_condwait.stderr.exp-darwin-amd64 9 mutex 0x........ was first observed at:
18 cond 0x........ was first observed at:
21 mutex 0x........ was first observed at:
29 rwlock 0x........ was first observed at:
36 mutex 0x........ was first observed at:
45 cond 0x........ was first observed at:
48 mutex 0x........ was first observed at:
56 mutex 0x........ was first observed at:
65 mutex 0x........ was first observed at:
tc23_bogus_condwait.stderr.exp-darwin-x86 9 mutex 0x........ was first observed at:
18 cond 0x........ was first observed at:
21 mutex 0x........ was first observed at:
29 rwlock 0x........ was first observed at:
36 mutex 0x........ was first observed at:
45 cond 0x........ was first observed at:
48 mutex 0x........ was first observed at:
56 mutex 0x........ was first observed at:
65 mutex 0x........ was first observed at:
tc04_free_lock.stderr.exp-s390 5 mutex 0x........ was first observed at:
12 mutex 0x........ was first observed at:
20 mutex 0x........ was first observed at:
tc23_bogus_condwait.stderr.exp-linux-x86 11 cond 0x........ was first observed at:
19 mutex 0x........ was first observed at:
28 cond 0x........ was first observed at:
31 mutex 0x........ was first observed at:
39 rwlock 0x........ was first observed at:
48 cond 0x........ was first observed at:
51 rwlock 0x........ was first observed at:
59 mutex 0x........ was first observed at:
68 cond 0x........ was first observed at:
71 mutex 0x........ was first observed at
    [all...]
  /external/v8/test/mjsunit/regress/
regress-2398.js 30 var observed = false; variable
32 var object = { get toString() { observed = true; } };
41 assertFalse(observed);
  /dalvik/dx/tests/094-scala-locals/
info.txt 2 It tests a case observed from Scala, wherein a local variable is assigned
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
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));
  /external/v8/src/
hydrogen-store-elimination.cc 89 TRACE(("-- Observed store S%d by load L%d\n", prev->id(), load->id()));
102 TRACE(("-- Observed stores at I%d (%s might deoptimize)\n",
108 TRACE(("-- Observed stores at I%d (%s might GC)\n",
114 TRACE(("-- Observed stores at I%d (GVN flags of %s)\n",

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 91011>>