head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.4 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.2 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.6.0.8 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.6 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.4 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.2 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.5.0.10 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.8 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.6 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.4 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.2 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.4.0.6 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.4 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.2 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.3.0.8 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.4 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2; locks; strict; comment @# @; 1.7 date 2023.07.06.09.40.57; author wiz; state Exp; branches; next 1.6; commitid 6meR4IA6XJRNYIvE; 1.6 date 2022.06.28.11.34.44; author wiz; state Exp; branches; next 1.5; commitid D2UoJrTHpoHEANJD; 1.5 date 2021.05.24.19.53.02; author wiz; state Exp; branches; next 1.4; commitid qokaiStTApGMcrUC; 1.4 date 2020.08.31.18.10.18; author wiz; state Exp; branches; next 1.3; commitid 7zxRbfOkDOoxbfmC; 1.3 date 2019.08.11.13.21.51; author wiz; state Exp; branches; next 1.2; commitid Ifet9Pg6Qt99ZByB; 1.2 date 2018.08.22.09.45.41; author wiz; state Exp; branches; next 1.1; commitid YLub8g3ofvFGb6PA; 1.1 date 2018.08.21.09.29.56; author wiz; state Exp; branches; next ; commitid gn7vk54rqU8E9YOA; desc @@ 1.7 log @*: recursive bump for perl 5.38 @ text @# $NetBSD: Makefile,v 1.6 2022/06/28 11:34:44 wiz Exp $ DISTNAME= Statistics-CaseResampling-0.15 PKGNAME= p5-${DISTNAME} PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} MAINTAINER= pkgsrc-users@@NetBSD.org 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" @ 1.6 log @*: recursive bump for perl 5.36 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2021/05/24 19:53:02 wiz Exp $ d5 1 a5 1 PKGREVISION= 5 @ 1.5 log @*: recursive bump for perl 5.34 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/08/31 18:10:18 wiz Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.4 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/08/11 13:21:51 wiz Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.3 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/08/22 09:45:41 wiz Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.2 log @Recursive bump for perl5-5.28.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/08/21 09:29:56 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2017/06/05 14:24:13 ryoon Exp $ d5 1 @