Package Info

perl-Statistics-CaseResampling


Efficient resampling and calculation of medians with confidence intervals


Development/Libraries/Perl

The purpose of this (XS) 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.

In order to implement the confidence limit calculation, various other functions had to be implemented efficiently (both algorithmically efficient and done in C). These functions may be useful in their own right and are thus exposed to Perl. Most notably, this exposes a median (and general selection) algorithm that works in linear time as opposed to the trivial implementation that requires 'O(n*log(n))'.


License: GPL-1.0-or-later OR Artistic-1.0
URL: http://search.cpan.org/dist/Statistics-CaseResampling/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.15-bp155.2.11 info GA Release 2023-05-17 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Statistics-CaseResampling
0.15-bp154.1.23 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Statistics-CaseResampling
0.15-bp153.1.17 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Statistics-CaseResampling
0.15-bp152.3.15 info GA Release 2020-04-16 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Statistics-CaseResampling
0.15-bp151.1.1 info GA Release 2019-06-18 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • perl-Statistics-CaseResampling