libstatistics-welford-perl 0.02-1.1 source package in Ubuntu

Changelog

libstatistics-welford-perl (0.02-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 02:40:39 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-welford-perl_0.02-1.1.dsc 2.2 KiB c5666265713d748ca2e08e354111fba091dc221f8aba7b992e4e59dae384a7a6
libstatistics-welford-perl_0.02.orig.tar.gz 2.1 KiB f70cd4a3240b3d32fcee821dad3dbcb4d06017f56f17227f9970815709477043
libstatistics-welford-perl_0.02-1.1.debian.tar.xz 1.7 KiB 97ac7888c5935364a72234314c437a7162765d9eb56619026f59ceb16115ab80

Available diffs

No changes file available.

Binary packages built by this source

libstatistics-welford-perl: Standard statistics using Welford's algorithm

 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