Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37432957
en ru br
ALT Linux repos
S:0.15-alt5.1

Group :: Development/Perl
RPM: perl-Statistics-CaseResampling

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.15-alt5.1
Build date: 25 january 2019, 02:12 ( 273.2 weeks ago )
Size: 50.71 Kb

Home page:   https://metacpan.org/release/Statistics-CaseResa…

License: Perl (GPL or Artistic)
Summary: Perl module for resampling and calculation of medians with confidence intervals
Description:

Perl module Statistics::CaseResampling provides a way 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)).

Current maintainer: Nikolay A. Fetisov

List of contributors

List of rpms provided by this srpm:

  • perl-Statistics-CaseResampling-debuginfo
  • perl-Statistics-CaseResampling
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin