Home
last modified time | relevance | path

Searched refs:cutoff95 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DFTESTLOC.DP50 let cutoff95 = fppf(.95,km1,nmk)
78 write " 95 % Point: ^cutoff95"
88 if statval < cutoff95
92 if statval >= cutoff95
100 delete cutoff0 cutoff50 cutoff75 cutoff90 cutoff95 cutoff99 cutof999
H A DGRUBB.DP60 let cutoff95 = ((n-1)/sqrt(n))*sqrt(t*t/(n-2+t*t))
94 write " 95 % Point: ^cutoff95"
104 if statval < cutoff95
107 if statval >= cutoff95
116 delete cutoff0 cutoff50 cutoff75 cutoff90 cutoff95 cutoff99 cutof999
H A DLEVENE.DP61 let cutoff95 = fppf(.95,km1,nmk)
89 write " 95 % Point: ^cutoff95"
99 if statval < cutoff95
103 if statval >= cutoff95
111 delete cutoff0 cutoff50 cutoff75 cutoff90 cutoff95 cutoff99 cutof999
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DFORM_AND_WRITE_DEX_10_STEP_CONCLUSIONS.DP57 let grub95 = cutoff95
/dports/biology/migrate/migrate-3.6.11/src/
H A Dbayes.c3682 MYREAL cutoff95; in calc_hpd_credibility() local
3832 cutoff95 = parts[li][1]; // anything lower than this will be in the 95% credibility set in calc_hpd_credibility()
3837 if(results[li] < cutoff95) in calc_hpd_credibility()