From owner-cvs-all@FreeBSD.ORG Mon Jan 21 21:59:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD2A16A47C; Mon, 21 Jan 2008 21:59:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 165D613C4E9; Mon, 21 Jan 2008 21:59:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LLxHxq007243; Mon, 21 Jan 2008 21:59:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LLxHJ2007242; Mon, 21 Jan 2008 21:59:17 GMT (envelope-from miwi) Message-Id: <200801212159.m0LLxHJ2007242@repoman.freebsd.org> From: Martin Wilke Date: Mon, 21 Jan 2008 21:59:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Statistics-TTest Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:59:18 -0000 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 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)