Date: Mon, 21 Jan 2008 21:59:17 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/p5-Statistics-TTest Makefile distinfo pkg-descr pkg-plist Message-ID: <200801212159.m0LLxHJ2007242@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-01-21 21:59:17 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Statistics-TTest Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.471 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/p5-Statistics-TTest/Makefile (new) 1.1 +3 -0 ports/math/p5-Statistics-TTest/distinfo (new) 1.1 +8 -0 ports/math/p5-Statistics-TTest/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Statistics-TTest/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801212159.m0LLxHJ2007242>