Home
last modified time | relevance | path

Searched refs:sample2 (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTTestImpl.java84 public double pairedT(double[] sample1, double[] sample2) in pairedT() argument
87 checkSampleData(sample2); in pairedT()
88 double meanDifference = StatUtils.meanDifference(sample1, sample2); in pairedT()
90 StatUtils.varianceDifference(sample1, sample2, meanDifference), in pairedT()
127 public double pairedTTest(double[] sample1, double[] sample2) in pairedTTest() argument
129 double meanDifference = StatUtils.meanDifference(sample1, sample2); in pairedTTest()
131 StatUtils.varianceDifference(sample1, sample2, meanDifference), in pairedTTest()
167 public boolean pairedTTest(double[] sample1, double[] sample2, double alpha) in pairedTTest() argument
170 return pairedTTest(sample1, sample2) < alpha; in pairedTTest()
251 public double homoscedasticT(double[] sample1, double[] sample2) in homoscedasticT() argument
[all …]
DTestUtils.java158 public static double homoscedasticT(double[] sample1, double[] sample2) in homoscedasticT() argument
160 return tTest.homoscedasticT(sample1, sample2); in homoscedasticT()
175 public static boolean homoscedasticTTest(double[] sample1, double[] sample2, in homoscedasticTTest() argument
178 return tTest. homoscedasticTTest(sample1, sample2, alpha); in homoscedasticTTest()
184 public static double homoscedasticTTest(double[] sample1, double[] sample2) in homoscedasticTTest() argument
186 return tTest.homoscedasticTTest(sample1, sample2); in homoscedasticTTest()
201 public static double pairedT(double[] sample1, double[] sample2) in pairedT() argument
203 return tTest.pairedT(sample1, sample2); in pairedT()
209 public static boolean pairedTTest(double[] sample1, double[] sample2, in pairedTTest() argument
212 return tTest.pairedTTest(sample1, sample2, alpha); in pairedTTest()
[all …]
DTTest.java68 double pairedT(double[] sample1, double[] sample2) in pairedT() argument
103 double pairedTTest(double[] sample1, double[] sample2) in pairedTTest() argument
139 double[] sample2, in pairedTTest() argument
210 double homoscedasticT(double[] sample1, double[] sample2) in homoscedasticT() argument
240 double t(double[] sample1, double[] sample2) in t() argument
488 double tTest(double[] sample1, double[] sample2) in tTest() argument
525 double[] sample2) in homoscedasticTTest() argument
579 double[] sample2, in tTest() argument
635 double[] sample2, in homoscedasticTTest() argument
/external/bzip2/
Dmakefile.msc29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst
DMakefile59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.tst
166 $(DISTNAME)/sample2.ref \
169 $(DISTNAME)/sample2.bz2 \
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java566 public static double sumDifference(final double[] sample1, final double[] sample2) in sumDifference() argument
569 if (n != sample2.length) { in sumDifference()
571 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, n, sample2.length); in sumDifference()
575 LocalizedFormats.INSUFFICIENT_DIMENSION, sample2.length, 1); in sumDifference()
579 result += sample1[i] - sample2[i]; in sumDifference()
594 public static double meanDifference(final double[] sample1, final double[] sample2) in meanDifference() argument
596 return sumDifference(sample1, sample2) / sample1.length; in meanDifference()
611 public static double varianceDifference(final double[] sample1, final double[] sample2, in varianceDifference() argument
617 if (n != sample2.length) { in varianceDifference()
619 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, n, sample2.length); in varianceDifference()
[all …]
/external/deqp-deps/amber/tests/cases/
Ddraw_storageimage_multisample.amber25 uniform layout(set=0, binding=3, rgba8) image2D sample2;
36 imageStore(sample2, uv, imageLoad(texture, uv, 1));
44 IMAGE sample2 FORMAT R8G8B8A8_UNORM DIM_2D WIDTH 256 HEIGHT 256
52 BIND BUFFER sample2 AS storage_image DESCRIPTOR_SET 0 BINDING 3
60 EXPECT sample2 IDX 0 0 SIZE 256 256 EQ_RGBA 0 255 0 255
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dmultinomial_op_test.py80 sample1, sample2 = self._make_ops(10)
82 self.assertFalse(np.equal(sample1.numpy(), sample2.numpy()).all())
87 sample1, sample2 = self.evaluate([sample_op1, sample_op2])
90 self.assertFalse(np.equal(sample1, sample2).all())
96 sample1, sample2 = self.evaluate([sample_op1, sample_op2])
97 self.assertAllEqual(sample1, sample2)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerRegressionTests.java47 String sample2 = "aaac\u0327"; in TestJB4472() local
48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerRegressionTests.java50 String sample2 = "aaac\u0327"; in TestJB4472() local
51 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dtemplate_function_decl.ll64 !3 = !DIFile(filename: "foo.cpp", directory: "/home/evgeny/work/cpp_lexer/sample2")
68 !7 = !DIFile(filename: "./inc1.h", directory: "/home/evgeny/work/cpp_lexer/sample2")
72 !11 = !DIFile(filename: "bar.cpp", directory: "/home/evgeny/work/cpp_lexer/sample2")
74 !13 = !DIFile(filename: "./inc2.h", directory: "/home/evgeny/work/cpp_lexer/sample2")
/external/skia/gm/
Dfpcoordinateoverride.cpp65 SkString sample2 = this->invokeChild(0, args, "float2(sk_FragCoord.x, 512-sk_FragCoord.y)"); in emitCode() local
66 fragBuilder->codeAppendf("return (%s + %s) / 2;\n", sample1.c_str(), sample2.c_str()); in emitCode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_sampledfunc.cpp165 float sample2 = in v_Call() local
167 encoded += (encoded_input[j] - index[j]) * (sample2 - sample); in v_Call()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp687 const char *sample2 = "abc_def"; in convsample_20() local
699 if(convsample_20_didSubstitute(sample2)) in convsample_20()
844 const char *sample2 = "abc_def"; in convsample_21() local
855 if(convsample_21_didSubstitute(sample2)) in convsample_21()
/external/googletest/
DBUILD.bazel149 "googletest/samples/sample2.cc",
155 "googletest/samples/sample2.h",
/external/cldr/tools/java/org/unicode/cldr/tool/
DWritePluralRulesSpreadsheets.java156 … String sample2 = samplePatterns.get(PluralType.CARDINAL, Count.valueOf(keyword)); in writePluralChecklist() local
157 System.out.print("\t" + sample2.replace("{0}", number.toString())); in writePluralChecklist()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc146 rtc::scoped_refptr<IMediaSample2> sample2; in GetSampleProperties() local
147 if (SUCCEEDED(GetComInterface(sample, &sample2))) { in GetSampleProperties()
148 sample2->GetProperties(sizeof(*props), reinterpret_cast<BYTE*>(props)); in GetSampleProperties()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dbernoulli_test.py294 sample1, sample2 = sess.run([dist.sample(n, seed), dist.sample(n, seed)],
296 self.assertAllEqual(sample1, sample2)
/external/python/cpython2/Lib/test/
Dtest_csv.py984 sample2 = """\ variable in TestSniffer
1055 dialect = sniffer.sniff(self.sample2)
1092 dialect = sniffer.sniff(self.sample2)
Dtest_xml_etree.py2143 sample2 = '''<toplevel>sometext</toplevel>''' variable in TreeBuilderTest
2200 parser.feed(self.sample2)
2268 sample2 = (b'<!DOCTYPE html PUBLIC' variable in XMLParserTest
2319 parser.feed(self.sample2)
2336 parser.feed(self.sample2)
/external/python/cpython3/Lib/test/
Dtest_csv.py958 sample2 = """\ variable in TestSniffer
1028 dialect = sniffer.sniff(self.sample2)
1065 dialect = sniffer.sniff(self.sample2)
Dtest_xml_etree.py3088 sample2 = '''<toplevel>sometext</toplevel>''' variable in TreeBuilderTest
3254 parser.feed(self.sample2)
3331 sample2 = (b'<!DOCTYPE html PUBLIC' variable in XMLParserTest
3360 parser.feed(self.sample2)
3372 parser.feed(self.sample2)
3386 parser.feed(self.sample2)
3401 parser.feed(self.sample2)
/external/skqp/src/codec/
DSkSwizzler.cpp38 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2() function
788 proc = &sample2; in MakeSimple()
/external/skia/src/codec/
DSkSwizzler.cpp38 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2() function
788 proc = &sample2; in MakeSimple()
/external/googletest/googletest/
DCMakeLists.txt163 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc)

12