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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libstatistics-welford-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:40:15 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-welford-perl_0.02-3.dsc 2.2 KiB 473f7793b7174a076360c4f056763cc6b1c88d0bb973f0b91bfd98df50ac13df
libstatistics-welford-perl_0.02.orig.tar.gz 2.1 KiB f70cd4a3240b3d32fcee821dad3dbcb4d06017f56f17227f9970815709477043
libstatistics-welford-perl_0.02-3.debian.tar.xz 2.0 KiB 4b1e4b98d47e7b800ea3f13423891ebde14e4da35f3a6cf8c8a434ae146505e5

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