Home
last modified time | relevance | path

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

/freebsd/usr.bin/ministat/
H A Dministat.c31 static double const studentpct[] = { 80, 90, 95, 98, 99, 99.5 }; variable
272 printf("Difference at %.1f%% confidence\n", studentpct[confidx]); in Relative()
278 studentpct[confidx]); in Relative()
538 studentpct[i]); in usage()
597 if (a == studentpct[i]) in main()