cvs commit: src/tools/tools/ministat Makefile README chameleon
iguana ministat.c
Poul-Henning Kamp
phk at FreeBSD.org
Wed Aug 13 00:21:55 PDT 2003
phk 2003/08/13 00:21:54 PDT
FreeBSD src repository
Added files:
tools/tools/ministat Makefile README chameleon iguana
ministat.c
Log:
A small statistics tool for gauging the statistical significance
of data from benchmarks etc. Implements "Student's t" for various
confidence levels, defaults to 95%.
If your benchmarks are not significant at the 95% confidence level,
we don't want to hear about it.
Revision Changes Path
1.1 +13 -0 src/tools/tools/ministat/Makefile (new)
1.1 +50 -0 src/tools/tools/ministat/README (new)
1.1 +6 -0 src/tools/tools/ministat/chameleon (new)
1.1 +8 -0 src/tools/tools/ministat/iguana (new)
1.1 +544 -0 src/tools/tools/ministat/ministat.c (new)
More information about the cvs-src
mailing list