streamly-statistics

Statistical measures for finite or infinite data streams.

https://streamly.composewell.com

Stackage Nightly 2026-04-22:0.2.0@rev:1
Latest on Hackage:0.2.0@rev:1

See all snapshots streamly-statistics appears in

Apache-2.0 licensed by Composewell Technologies
Maintained by [email protected]
This version can be pinned in stack with:streamly-statistics-0.2.0@sha256:f02a3de7fb5359ef2159de8be6fb822d15423a5e6e3eac921fa8604e6c81afa7,5567

Module documentation for 0.2.0

streamly-statistics

Statistical measures for finite or infinite data streams.

All operations use numerically stable floating point arithmetic. Measurements can be performed over the entire input stream or on a sliding window of fixed or variable size. Where possible, measures are computed online without buffering the input stream.

Includes:

  • Summary: length, sum, powerSum
  • Location: minimum, maximum, rawMoments, means, exponential smoothing
  • Spread: range, variance, deviations
  • Shape: skewness, kurtosis
  • Sample statistics, resampling
  • Probablity distribution: frequency, mode, histograms
  • Transforms: Fast fourier transform

Changes

Changelog

0.2.0 (Sep 2025)

  • Add a Scanl module
  • Support streamly-core-0.3.0

0.1.0 (Apr 2023)

  • Initial version