@hackage streamly-statistics0.2.0
Statistical measures for finite or infinite data streams.
Categories
License
Apache-2.0
Maintainer
streamly@composewell.com
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.9 && <5
- containers >=0.5 && <0.9
- deque >=0.4.4 && <0.4.5
- mwc-random >=0.15 && <0.16
- random >=1.2 && <1.4
- streamly-core >=0.3.0 && <0.4.0 Show all…
Dependents (0)
Package Flags
fusion-plugin
(on by default)
Use fusion plugin for benchmarks
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