pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Statistics-CaseResampling



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 09:29:56 UTC 2018

Added Files:
        pkgsrc/math/p5-Statistics-CaseResampling: DESCR Makefile distinfo

Log Message:
math/p5-Statistics-CaseResampling: import p5-Statistics-CaseResampling-0.15

The purpose of this perl module is to calculate the median (or in
principle also other statistics) with confidence intervals on a sample.
To do that, it uses a technique called bootstrapping. In a nutshell, it
resamples the sample a lot of times and for each resample, it calculates
the median. From the distribution of medians, it then calculates the
confidence limits.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Statistics-CaseResampling/DESCR \
    pkgsrc/math/p5-Statistics-CaseResampling/Makefile \
    pkgsrc/math/p5-Statistics-CaseResampling/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-CaseResampling/DESCR
diff -u /dev/null pkgsrc/math/p5-Statistics-CaseResampling/DESCR:1.1
--- /dev/null   Tue Aug 21 09:29:56 2018
+++ pkgsrc/math/p5-Statistics-CaseResampling/DESCR      Tue Aug 21 09:29:56 2018
@@ -0,0 +1,6 @@
+The purpose of this perl module is to calculate the median (or in
+principle also other statistics) with confidence intervals on a sample.
+To do that, it uses a technique called bootstrapping. In a nutshell, it
+resamples the sample a lot of times and for each resample, it calculates
+the median. From the distribution of medians, it then calculates the
+confidence limits.
Index: pkgsrc/math/p5-Statistics-CaseResampling/Makefile
diff -u /dev/null pkgsrc/math/p5-Statistics-CaseResampling/Makefile:1.1
--- /dev/null   Tue Aug 21 09:29:56 2018
+++ pkgsrc/math/p5-Statistics-CaseResampling/Makefile   Tue Aug 21 09:29:56 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/08/21 09:29:56 wiz Exp $
+
+DISTNAME=      Statistics-CaseResampling-0.15
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Statistics/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Statistics-CaseResampling
+COMMENT=       Efficient resampling and calculation of medians with confidence intervals
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Statistics/CaseResampling/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/p5-Statistics-CaseResampling/distinfo
diff -u /dev/null pkgsrc/math/p5-Statistics-CaseResampling/distinfo:1.1
--- /dev/null   Tue Aug 21 09:29:56 2018
+++ pkgsrc/math/p5-Statistics-CaseResampling/distinfo   Tue Aug 21 09:29:56 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/21 09:29:56 wiz Exp $
+
+SHA1 (Statistics-CaseResampling-0.15.tar.gz) = 3a1f670b3eb1ef328a1def22abca4bbc29998539
+RMD160 (Statistics-CaseResampling-0.15.tar.gz) = b24a1720263c5a26bb8090d367bd833e88cd5ab0
+SHA512 (Statistics-CaseResampling-0.15.tar.gz) = 2e7baec4d87c74648963e3af8e88210182b9a6f22ce42c4a8652a2f802568c13736415d3d25f917843a6021921bbbe26d6b69742108569f649a41efe9e4168bf
+Size (Statistics-CaseResampling-0.15.tar.gz) = 58153 bytes



Home | Main Index | Thread Index | Old Index