1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/math/p5-Statistics-CaseResampling/distinfo
Sunpoet Po-Chuan Hsieh 4c7aad3eeb Add p5-Statistics-CaseResampling 0.15
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)).

WWW: https://metacpan.org/release/Statistics-CaseResampling
2018-07-28 13:15:35 +00:00

4 lines
190 B
Plaintext

TIMESTAMP = 1532715420
SHA256 (Statistics-CaseResampling-0.15.tar.gz) = 851c43bd6f10d32289522a50c6a209c3b246cfd3eb566773e6861eda04a49087
SIZE (Statistics-CaseResampling-0.15.tar.gz) = 58153