Package : perl-Statistics-CaseResampling > RPM : perl-Statistics-CaseResampling-0.150.0-3.mga7.src.rpm

Basic items

Name perl-Statistics-CaseResampling
Version 0.150.0
Release 3.mga7
URL http://metacpan.org/release/Statistics-CaseResampling
Group Development/Perl
Summary Efficient resampling and calculation of medians with confidence intervals
Size 60KB
Arch armv7hl
License GPLv1+ or Artistic

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').

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-21 09:38:15
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie