Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Statistics-CaseResampling | Distribution: Mageia |
Version: 0.150.0 | Vendor: Mageia.Org |
Release: 11.mga10 | Build date: Fri Aug 23 01:01:30 2024 |
Group: Development/Perl | Build host: localhost |
Size: 93261 | Source RPM: perl-Statistics-CaseResampling-0.150.0-11.mga10.src.rpm |
Packager: neoclust <neoclust> | |
Url: https://metacpan.org/release/Statistics-CaseResampling | |
Summary: Efficient resampling and calculation of medians with confidence intervals |
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))'. Random numbers The resampling involves drawing *many* random numbers. Therefore, the module comes with an embedded Mersenne twister (taken from 'Math::Random::MT').
GPLv1+ or Artistic
* Thu Aug 22 2024 neoclust <neoclust> 0.150.0-11.mga10 + Revision: 2088220 - Rebuild against new perl * Thu Nov 30 2023 tv <tv> 0.150.0-10.mga10 + Revision: 2011607 - Rebuild for perl-5.38
/usr/lib/.build-id /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/317d4e1fe5b202a2b4bdd5fffdf8746087195a /usr/lib64/perl5/vendor_perl/Statistics /usr/lib64/perl5/vendor_perl/Statistics/CaseResampling.pm /usr/lib64/perl5/vendor_perl/auto /usr/lib64/perl5/vendor_perl/auto/Statistics /usr/lib64/perl5/vendor_perl/auto/Statistics/CaseResampling /usr/lib64/perl5/vendor_perl/auto/Statistics/CaseResampling/CaseResampling.so /usr/share/doc/perl-Statistics-CaseResampling /usr/share/doc/perl-Statistics-CaseResampling/Changes /usr/share/doc/perl-Statistics-CaseResampling/META.yml /usr/share/doc/perl-Statistics-CaseResampling/README /usr/share/man/man3/Statistics::CaseResampling.3pm.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jan 20 09:27:07 2025