IABSD.fr/ports/math/p5-Statistics-CaseResampling

Branch :


Log

Author Commit Date CI Message
f76b079d 2025-08-13 13:41:36 update p5-Statistics-CaseResampling to 0.17
bf7474be 2025-05-20 05:00:58 update p5-Statistics-CaseResampling to 0.16
ab45f39a 2022-03-11 19:36:11 drop RCS Ids
95d31a4b 2020-07-03 21:44:29 bump for search.cpan.org->metacpan.org change
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
f4ae580d 2017-01-03 13:11:18 import p5-Statistics-CaseResampling 0.15 OK benoit@ Comment: efficient resampling and calculation of medians Description: 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.