diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-22 05:59:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-22 05:59:17 +0800 |
commit | 5f920006a3c39cb17ade31d06661aa7fd895d7e3 (patch) | |
tree | b2527b64b2f1e6dfddb7434d321f7443283cc5f1 /math/Makefile | |
parent | 38b03b32bb1d90ff92fbc0d9b647ed46b2c9b7dd (diff) | |
download | freebsd-ports-gnome-5f920006a3c39cb17ade31d06661aa7fd895d7e3.tar.gz freebsd-ports-gnome-5f920006a3c39cb17ade31d06661aa7fd895d7e3.tar.zst freebsd-ports-gnome-5f920006a3c39cb17ade31d06661aa7fd895d7e3.zip |
This is the Statistical T-Test module to compare 2 independentsamples.
It takes 2 array of point measures, compute the confidence intervals
using the PointEstimation module (which is also included in this package)
and use the T-statistic to test the null hypothesis. If the null hypothesis
is rejected, the difference will be given as the lower_clm and upper_clm of
the TTest object.
WWW: http://search.cpan.org/dist/Statistics-TTest/
PR: ports/119740
Submitted by: dawe <daweonline at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 640d125a84fb..3baeadf0bba1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -276,6 +276,7 @@ SUBDIR += p5-Statistics-Lite SUBDIR += p5-Statistics-OLS SUBDIR += p5-Statistics-Regression + SUBDIR += p5-Statistics-TTest SUBDIR += p5-Task-Math-Symbolic SUBDIR += p5-bignum SUBDIR += pari |