libstatistics-welford-perl

Standard statistics using Welford's algorithm

Description

Statistics::Welford provides standard statistics (mean value, variance, standard deviation, minimum and maximum value as well as the number of elements) using Welford's algorithm.

Welford's algorithm is much more resource efficient compared to the naïve algorithm implemented in e.g. Statistics::Basic::StdDev or Catmandu::Fix::stat_stddev. It especially does not need to load all values into RAM at the same time, i.e. does not require an array containing all values.

See also https://en.wikipedia.org/wiki/Variance/Algorithm#Online_algorithm

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Statistics-Welford


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libstatistics-welford-perl