Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Statistics-CaseResampling-0.150.0-10.mga10 RPM for aarch64

From Mageia Cauldron for aarch64 / media / core / release

Name: perl-Statistics-CaseResampling Distribution: Mageia
Version: 0.150.0 Vendor: Mageia.Org
Release: 10.mga10 Build date: Thu Nov 30 13:00:19 2023
Group: Development/Perl Build host: localhost
Size: 93797 Source RPM: perl-Statistics-CaseResampling-0.150.0-10.mga10.src.rpm
Packager: tv <tv>
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').

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Thu Nov 30 2023 tv <tv> 0.150.0-10.mga10
  + Revision: 2011607
  - Rebuild for perl-5.38
* Tue Jun 07 2022 umeabot <umeabot> 0.150.0-9.mga9
  + Revision: 1862422
  - Rebuild for Perl 5.36
* Thu Mar 17 2022 umeabot <umeabot> 0.150.0-8.mga9
  + Revision: 1796028
  - Mageia 9 Mass Rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/ff72dd5cdaa2a08705c0a44e8f12c79e38a311
/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, Wed May 1 05:39:42 2024