Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37509189
en ru br
ALT Linux repositórios
S:0.15-alt5.1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.15-alt5.1
Data da compilação: 25 janeiro 2019, 02:12 ( 273.8 weeks ago )
Tamanho:: 50.71 Kb

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

Licença: Perl (GPL or Artistic)
Sumário: Perl module for resampling and calculation of medians with confidence intervals
Descrição:

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

Mantenedor currente: Nikolay A. Fetisov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Statistics-CaseResampling-debuginfo
  • perl-Statistics-CaseResampling
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009