Searched defs:observed (Results 1 – 13 of 13) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
D | ChiSquareTest.java | 54 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()
|
D | ChiSquareTestImpl.java | 66 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()
|
D | TestUtils.java | 226 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()
|
D | TTest.java | 157 double t(double mu, double[] observed) in t()
|
D | TTestImpl.java | 188 public double t(double mu, double[] observed) in t()
|
/external/libchrome/base/files/ |
D | file_path_unittest.cc | 145 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/ |
D | HpackDecodeTestBase.java | 85 String message, List<Header> expected, List<Header> observed) { in assertSetEquals()
|
/external/tensorflow/tensorflow/contrib/timeseries/examples/ |
D | known_anomaly.py | 123 def make_plot(name, training_times, observed, all_times, mean, argument
|
D | predict.py | 97 def make_plot(name, training_times, observed, all_times, mean, argument
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | StripedTest.java | 171 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/ |
D | CurveFitter.java | 92 public void addObservedPoint(WeightedObservedPoint observed) { in addObservedPoint()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel_test.cc | 125 const DataTypeVector& observed) { in ExpectEqual()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 3330 virtual void initialize_output_representation(Representation observed) { in initialize_output_representation() 3636 void initialize_output_representation(Representation observed) override { in initialize_output_representation()
|