SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Statistics-CaseResampling rpm build for : Mageia 9. For other distributions click perl-Statistics-CaseResampling.

Name : perl-Statistics-CaseResampling
Version : 0.150.0 Vendor : Mageia_Org
Release : 9.mga9 Date : 2022-06-07 02:39:24
Group : Development/Perl Source RPM : perl-Statistics-CaseResampling-0.150.0-9.mga9.src.rpm
Size : 0.06 MB
Packager : umeabot < umeabot>
Summary : Efficient resampling and calculation of medians with confidence intervals
Description :
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\').

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Statistics-CaseResampling-0.150.0-9.mga9.x86_64.rpm
     

Provides :
perl(Statistics::CaseResampling)
perl-Statistics-CaseResampling
perl-Statistics-CaseResampling(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libperl.so.5.36()(64bit)
perl >= 0:5.008001
perl(Exporter)
perl(List::Util)
perl(XSLoader)
perl(strict)
perl(warnings)
perl-base >= 2:5.36.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/da7206e691f0c959dab629f5dad953109326c3
/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

 
ICM