Home
last modified time | relevance | path

Searched refs:ttest_opcode (Results 1 – 7 of 7) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dGroupInCorr.c2095 ttest_opcode = 0 ; nopt++ ; continue ; in main()
2099 ttest_opcode = 1 ; nopt++ ; continue ; in main()
2103 ttest_opcode = 2 ; nopt++ ; continue ; in main()
2335 if( ttest_opcode != 2 ){ in main()
2337 ttest_opcode = 2 ; /* paired test is forced */ in main()
2468 if( ttest_opcode < 0 || ttest_opcode > ttest_opcode_max ){ in main()
2471 ttest_opcode = 0 ; in main()
2474 if( ttest_opcode == 1 && mcov > 0 ){ in main()
2476 ttest_opcode = 0 ; in main()
3041 sprintf(buf,"%d",ttest_opcode) ; in main()
[all …]
H A Dgicor.h7 int ttest_opcode , vmul ; member
H A D3dttest++.c219 #define IS_PAIRED (ttest_opcode == 2) /* 15 Dec 2021 */
3140 ttest_opcode = 0 ; nopt++ ; continue ; in main()
3144 ttest_opcode = 1 ; nopt++ ; continue ; in main()
3148 ttest_opcode = 2 ; nopt++ ; continue ; in main()
3756 if( do_boot && ttest_opcode != 0 ) in main()
3764 if( singletonA ){ do_1sam = 0 ; ttest_opcode = 0 ; } in main()
3941 if( ttest_opcode == 1 && (mcov > 0 || do_wtar) ){ in main()
3944 ttest_opcode = 0 ; in main()
3950 if( ttest_opcode == 1 && !toz ){ in main()
5305 if( ttest_opcode == 1 ) in main()
[all …]
H A Dafni_pplug_instacorr.c1080 if( atr != NULL ) giset->ttest_opcode = (int)strtod(atr,NULL) ; in GICOR_setup_func()
1645 sprintf( buf , "%d" , giset->ttest_opcode ) ; in AFNI_gicor_setref_xyz()
1732 PLUTO_add_string ( plint , "t-test" , ntops , topts , giset->ttest_opcode ) ; in GICOR_init()
1847 giset->ttest_opcode = topcod ; in GICOR_main()
H A Dsuma_datasets.c14420 if( atr != NULL ) giset->ttest_opcode = (int)strtod(atr,NULL) ; in SUMA_init_GISET_setup()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_RestSym.c1087 if( atr != NULL ) giset->ttest_opcode = (int)strtod(atr,NULL) ; in SUMA_RestSym_setup_func()
1526 ttest_opcode = 0 ; nopt++ ; continue ; in main()
1530 ttest_opcode = 1 ; nopt++ ; continue ; in main()
1534 ttest_opcode = 2 ; nopt++ ; continue ; in main()
1682 if( ttest_opcode < 0 || ttest_opcode > ttest_opcode_max ){ in main()
1685 ttest_opcode = 0 ; in main()
1688 if( ttest_opcode == 1 && mcov > 0 ){ in main()
1690 ttest_opcode = 0 ; in main()
1944 sprintf(buf,"%d",ttest_opcode) ; in main()
2803 regress_toz( numx , xar , numy , yar , ttest_opcode , in GRINCOR_many_regress()
[all …]
H A DSUMA_dot.c1570 sprintf( buf , "%d" , giset->ttest_opcode ) ; in SUMA_AFNI_gicor_setref()
1627 giset->ttest_opcode , giset->vmul, giset->seedrad, in SUMA_GISET_Info()