The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.09

  • corrected confidence interval measure so that it is based on sqrt(count) not sqrt(count - 1).
  • denied support for handling (loading, adding) data with ( data => (1, 2, 3) ) type of args. Insread, as per Statistics::Data (which this module is now <base>d on), the data must be referenced if they are keyed.
  • most variables of sums now use sum0() from List::AllUtils to calculate the sum of an anonymous array.
  • miscellaneous clean-ups ahead of overhaul.

Modules

Parametric and nonparametric 1-way analyses of variance for means-comparison and clustering per differences/trends over independent or repeated measures of groups or levels