Package perl-Statistics-CaseResampling: Information

    Source package: perl-Statistics-CaseResampling
    Version: 0.15-alt5.1
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    Category: Development/Perl
    Report package bug
    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)).

    List of rpms provided by this srpm:
    perl-Statistics-CaseResampling (x86_64, i586, aarch64)
    perl-Statistics-CaseResampling-debuginfo (x86_64, i586, aarch64)

    Maintainer: Nikolay A. Fetisov

    List of contributors:
    Igor Vlasenko
    Nikolay A. Fetisov

      1. perl-CPAN-Meta
      2. perl-devel
      3. rpm-build-licenses

    Last changed


    Jan. 24, 2019 Igor Vlasenko 0.15-alt5.1
    - rebuild with new perl 5.28.1
    Aug. 17, 2018 Nikolay A. Fetisov 0.15-alt5
    - Initial build for ALT Linux Sisyphus