Пакет perl-Statistics-CaseResampling: Информация

    Исходный пакет: perl-Statistics-CaseResampling
    Версия: 0.15-alt5.1
    Собран:  9 января 2021 г. 8:47
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/Statistics-CaseResampling

    Лицензия: Perl (GPL or Artistic)
    О пакете: Perl module for resampling and calculation of medians with confidence intervals
    Описание: 
    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)).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Statistics-CaseResampling (e2kv5, e2kv4, e2k)
    perl-Statistics-CaseResampling-debuginfo (e2kv5, e2kv4, e2k)

    Сопровождающий: Nikolay A. Fetisov

    Список участников:
    Igor Vlasenko
    Nikolay A. Fetisov

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

    Последнее изменение


    24 января 2019 г. Igor Vlasenko 0.15-alt5.1
    - rebuild with new perl 5.28.1
    17 августа 2018 г. Nikolay A. Fetisov 0.15-alt5
    - Initial build for ALT Linux Sisyphus