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: openSUSE Tumbleweed |
Version: 0.15 | Vendor: openSUSE |
Release: 1.12 | Build date: Wed Sep 12 12:36:04 2018 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 52475 | Source RPM: perl-Statistics-CaseResampling-0.15-1.12.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/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))'.
GPL-1.0-or-later OR Artistic-1.0
* Wed Sep 12 2018 Stephan Kulow <coolo@suse.com> - initial package 0.15 * created by cpanspec 1.78.08
/usr/lib/perl5/vendor_perl/5.40.0/riscv64-linux-thread-multi/Statistics /usr/lib/perl5/vendor_perl/5.40.0/riscv64-linux-thread-multi/Statistics/CaseResampling.pm /usr/lib/perl5/vendor_perl/5.40.0/riscv64-linux-thread-multi/auto/Statistics /usr/lib/perl5/vendor_perl/5.40.0/riscv64-linux-thread-multi/auto/Statistics/CaseResampling /usr/lib/perl5/vendor_perl/5.40.0/riscv64-linux-thread-multi/auto/Statistics/CaseResampling/CaseResampling.so /usr/share/doc/packages/perl-Statistics-CaseResampling /usr/share/doc/packages/perl-Statistics-CaseResampling/Changes /usr/share/doc/packages/perl-Statistics-CaseResampling/README /usr/share/doc/packages/perl-Statistics-CaseResampling/RdGen.xs.inc /usr/share/man/man3/Statistics::CaseResampling.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024