pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Statistics-ChiSquare
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 9 07:33:14 UTC 2025
Added Files:
pkgsrc/math/p5-Statistics-ChiSquare: DESCR Makefile distinfo
Log Message:
math/p5-Statistics-ChiSquare: import p5-Statistics-ChiSquare-1.0000
In statistics, the chi-square test calculates how well a series of
numbers fits a distribution. In this module, we only test for
whether results fit an even distribution. It doesn't simply say
"yes" or "no". Instead, it gives you a confidence interval, which
sets upper and lower bounds on the likelihood that the variation
in your data is due to chance.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Statistics-ChiSquare/DESCR \
pkgsrc/math/p5-Statistics-ChiSquare/Makefile \
pkgsrc/math/p5-Statistics-ChiSquare/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/p5-Statistics-ChiSquare/DESCR
diff -u /dev/null pkgsrc/math/p5-Statistics-ChiSquare/DESCR:1.1
--- /dev/null Sun Feb 9 07:33:14 2025
+++ pkgsrc/math/p5-Statistics-ChiSquare/DESCR Sun Feb 9 07:33:14 2025
@@ -0,0 +1,6 @@
+In statistics, the chi-square test calculates how well a series of
+numbers fits a distribution. In this module, we only test for
+whether results fit an even distribution. It doesn't simply say
+"yes" or "no". Instead, it gives you a confidence interval, which
+sets upper and lower bounds on the likelihood that the variation
+in your data is due to chance.
Index: pkgsrc/math/p5-Statistics-ChiSquare/Makefile
diff -u /dev/null pkgsrc/math/p5-Statistics-ChiSquare/Makefile:1.1
--- /dev/null Sun Feb 9 07:33:14 2025
+++ pkgsrc/math/p5-Statistics-ChiSquare/Makefile Sun Feb 9 07:33:14 2025
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2025/02/09 07:33:14 wiz Exp $
+
+DISTNAME= Statistics-ChiSquare-1.0000
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCANTRELL/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Statistics::ChiSquare
+COMMENT= Chi-Square test module
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Statistics/ChiSquare/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/p5-Statistics-ChiSquare/distinfo
diff -u /dev/null pkgsrc/math/p5-Statistics-ChiSquare/distinfo:1.1
--- /dev/null Sun Feb 9 07:33:14 2025
+++ pkgsrc/math/p5-Statistics-ChiSquare/distinfo Sun Feb 9 07:33:14 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/09 07:33:14 wiz Exp $
+
+BLAKE2s (Statistics-ChiSquare-1.0000.tar.gz) = f56005dc31c2e5f5d77f7ee2b16b7f0a950f5dc1892e34d69e22199f00746718
+SHA512 (Statistics-ChiSquare-1.0000.tar.gz) = 6523c0e44b53835796c5b3f41cb6281413b79c596601a1971b8cb6fc7b2c76fc53ca60642bc96897083d6504ffc0e5ed35b475df4e9264231a5d602d90b3dd35
+Size (Statistics-ChiSquare-1.0000.tar.gz) = 28821 bytes
Home |
Main Index |
Thread Index |
Old Index