Home
last modified time | relevance | path

Searched refs:ttest (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dttest_test.py13 from dashboard import ttest
21 table_patch = mock.patch.object(ttest, '_TABLE', [
48 ttest.WelchsTTest([], [])
50 ttest.WelchsTTest([], [1, 2, 3])
52 ttest.WelchsTTest([1, 2, 3], [])
56 result = ttest.WelchsTTest([1, 2, 3], [1, 2, 3])
119 size_0 = ttest.SampleStats(mean=0, var=0, size=0)
125 ttest._DegreesOfFreedom(size_0, size_5)
127 ttest._DegreesOfFreedom(size_1, size_5)
129 ttest._DegreesOfFreedom(size_5, size_0)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0203.pp9 ttest=class
11 ttest2 = class(ttest)
13 ttestclass=class of ttest;
15 i,j:ttest;
18 tt:=ttest;
19 i:=ttest.create;
21 Writeln('tt is a class of ttest initialized by "tt:=ttest"');
22 Writeln('i is a ttest class initialized by "i:=ttest.create"');
30 writeln('i is ttest ',i is ttest);
31 if not(i is ttest) then
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/incomplete/
H A Dols_tftest.py151 ttest = res2.t_test(R4) variable
152 print(repr((ttest.tvalue, ttest.pvalue)))
159 ttest = res2.t_test(R5) variable
160 print(repr((ttest.tvalue, ttest.pvalue)))
166 ttest = res2.t_test(R6) variable
167 print(repr((ttest.tvalue, ttest.pvalue)))
173 ttest = res2.t_test(R7) variable
174 print(repr((ttest.tvalue, ttest.pvalue)))
187 ttest = res2.t_test(R8) variable
188 print(repr((ttest.tvalue, ttest.pvalue)))
/dports/x11-toolkits/vdk/vdk-2.5.1/example/template/
H A DMakefile15 HEADERS = ttest.h
17 SOURCES = ttest.cc
19 OBJECTS = ttest.o
21 TARGET = ./ttest
42 ttest.o: ttest.cc\
43 ttest.h
/dports/math/p5-Statistics-TTest/Statistics-TTest-1.1.0/
H A Dtest5.pl19 my $ttest = new Statistics::TTest::Sufficient;
20 $ttest->set_significance(90);
21 $ttest->load_data(\%sample1,\%sample2);
22 $ttest->output_t_test();
24 $ttest->set_significance(99);
25 $ttest->output_t_test();
H A Dtest3.pl17 my $ttest = new Statistics::TTest;
18 $ttest->set_significance(90);
19 $ttest->load_data(\@r1,\@r2);
20 $ttest->output_t_test();
21 $ttest->set_significance(99);
22 $ttest->print_t_test();
/dports/astro/nightfall/nightfall-1.92/
H A DLightGeometry.c310 if (ttest == 1) return(8); in DefineParamOver()
325 if (ttest == 1) return(8); in DefineParamOver()
329 if (ttest == 1) return(8); in DefineParamOver()
340 if (ttest == 1) return(8); in DefineParamOver()
344 if (ttest == 1) return(8); in DefineParamOver()
358 if (ttest == 1) return(8); in DefineParamOver()
362 if (ttest == 1) return(8); in DefineParamOver()
437 if (ttest == 1) return(8); in DefineParamOver()
490 if (ttest == 1) return(8); in DefineParamOver()
536 if (ttest == 1) return(8); in DefineParamOver()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw8018.pp11 ttest = class(tinterfacedobject, itest)
22 procedure ttest.Foo(); overload; begin writeln('#'); i:=1; end;
23 procedure ttest.Foo(x: integer); overload; begin writeln('##'); i:=2; end;
24 procedure ttest.Bar(); overload; begin writeln('###'); i:=3; end;
25 procedure ttest.Bar(x: integer); overload; begin writeln('####'); i:=4; end;
31 t := ttest.create();
H A Dtw2378.pp10 ttest = class
16 procedure ttest.callback;
20 procedure ttest.call;
24 procedure ttest.start;
/dports/math/R/R-4.1.2/src/gnuwin32/windlgs/man/
H A Dmenu.ttest.Rd1 \name{menu.ttest}
2 \alias{menu.ttest}
6 \alias{del.ttest}
13 menu.ttest()
17 del.ttest()
26 the way they return the information. \code{menu.ttest} returns the
36 menu.ttest <- function ()
/dports/math/libRmath/R-4.1.1/src/gnuwin32/windlgs/man/
H A Dmenu.ttest.Rd1 \name{menu.ttest}
2 \alias{menu.ttest}
6 \alias{del.ttest}
13 menu.ttest()
17 del.ttest()
26 the way they return the information. \code{menu.ttest} returns the
36 menu.ttest <- function ()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dtme-error.s17 ttest label
20 ttest x4, x5 label
23 ttest x4, #1 label
26 ttest sp label
/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Dttest.m1 function [h, pval, ci, stats] = ttest (x, m, varargin) function
10 % H = ttest(x,m)
12 % H = ttest(x,y)
15 % H = ttest(x,y,alpha)
16 % H = ttest(x,y,alpha,tail)
17 % H = ttest(x,y,alpha,tail,DIM)
18 % [H,PVAL] = ttest(...)
19 % [H,PVAL,CI] = ttest(...)
20 % [H,PVAL,CI,stats] = ttest(...)
150 %! [h, pval, ci] = ttest (x, 10);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtobjc15.pp10 ttest = NSObject;
13 a: ttest;
15 a:=ttest(ttest.alloc).init;

12345678910>>...34