welford-online-mean-variance: Online computation of mean and variance using the Welford algorithm.

[ bsd3, library, statistics ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.4, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), cereal, deepseq, vector [details]
License BSD-3-Clause
Copyright 2022 Manuel Schneckenreither
Author Manuel Schneckenreither
Maintainer manuel.schnecki@gmail.com
Category Statistics
Home page https://github.com/schnecki/welford-online-mean-variance#readme
Bug tracker https://github.com/schnecki/welford-online-mean-variance/issues
Source repo head: git clone https://github.com/schnecki/welford-online-mean-variance
Uploaded by schnecki at 2022-09-15T08:49:14Z
Distributions LTSHaskell:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0
Downloads 296 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-09-15 [all 1 reports]

Readme for welford-online-mean-variance-0.1.0.0

[back to package description]

Welford: Online mean and variance computation