Home
last modified time | relevance | path

Searched defs:observed (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTest.java54 double chiSquare(double[] expected, long[] observed) in chiSquare()
86 double chiSquareTest(double[] expected, long[] observed) in chiSquareTest()
121 boolean chiSquareTest(double[] expected, long[] observed, double alpha) in chiSquareTest()
DChiSquareTestImpl.java66 public double chiSquare(double[] expected, long[] observed) in chiSquare()
115 public double chiSquareTest(double[] expected, long[] observed) in chiSquareTest()
136 public boolean chiSquareTest(double[] expected, long[] observed, in chiSquareTest()
DTestUtils.java226 public static double t(double mu, double[] observed) in t()
326 public static double chiSquare(double[] expected, long[] observed) in chiSquare()
342 public static boolean chiSquareTest(double[] expected, long[] observed, in chiSquareTest()
351 public static double chiSquareTest(double[] expected, long[] observed) in chiSquareTest()
DTTest.java157 double t(double mu, double[] observed) in t()
DTTestImpl.java188 public double t(double mu, double[] observed) in t()
/external/libchrome/base/files/
Dfile_path_unittest.cc145 FilePath observed = input.DirName(); in TEST_F() local
232 FilePath observed = input.BaseName(); in TEST_F() local
388 FilePath observed = input.StripTrailingSeparators(); in TEST_F() local
456 bool observed = input.IsAbsolute(); in TEST_F() local
505 FilePath::StringType observed; in TEST_F() local
1120 bool observed = input.ReferencesParent(); in TEST_F() local
1225 FilePath observed = input.NormalizePathSeparators(); in TEST_F() local
1282 bool observed = input.IsContentUri(); in TEST_F() local
1310 FilePath::StringType observed = FilePath::GetHFSDecomposedForm( in TEST_F() local
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackDecodeTestBase.java85 String message, List<Header> expected, List<Header> observed) { in assertSetEquals()
/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dknown_anomaly.py123 def make_plot(name, training_times, observed, all_times, mean, argument
Dpredict.py97 def make_plot(name, training_times, observed, all_times, mean, argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DStripedTest.java171 Set<Object> observed = Sets.newIdentityHashSet(); // for the sake of weakly referenced locks. in assertBasicInvariants() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DCurveFitter.java92 public void addObservedPoint(WeightedObservedPoint observed) { in addObservedPoint()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc125 const DataTypeVector& observed) { in ExpectEqual()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h3330 virtual void initialize_output_representation(Representation observed) { in initialize_output_representation()
3636 void initialize_output_representation(Representation observed) override { in initialize_output_representation()