pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Statistics-CaseResampling math/p5-Statistics-C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8776a8b0bfcb
branches:  trunk
changeset: 311928:8776a8b0bfcb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 21 09:29:56 2018 +0000

description:
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.

diffstat:

 math/p5-Statistics-CaseResampling/DESCR    |   6 ++++++
 math/p5-Statistics-CaseResampling/Makefile |  16 ++++++++++++++++
 math/p5-Statistics-CaseResampling/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 9afb42c51af7 -r 8776a8b0bfcb math/p5-Statistics-CaseResampling/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-CaseResampling/DESCR   Tue Aug 21 09:29:56 2018 +0000
@@ -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.
diff -r 9afb42c51af7 -r 8776a8b0bfcb math/p5-Statistics-CaseResampling/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-CaseResampling/Makefile        Tue Aug 21 09:29:56 2018 +0000
@@ -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"
diff -r 9afb42c51af7 -r 8776a8b0bfcb math/p5-Statistics-CaseResampling/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-CaseResampling/distinfo        Tue Aug 21 09:29:56 2018 +0000
@@ -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