streamly-statistics: Statistical measures for finite or infinite data streams.
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
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
fusion-plugin | Use fusion plugin for benchmarks | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- streamly-statistics-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9 && <5), containers (>=0.5 && <0.7), deque (>=0.4.4 && <0.4.5), mwc-random (>=0.15 && <0.16), random (>=1.2 && <1.3), streamly-core (==0.1.0) [details] |
Tested with | ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.2, ghc ==9.4.4 |
License | Apache-2.0 |
Copyright | 2019 Composewell Technologies |
Author | Composewell Technologies |
Maintainer | streamly@composewell.com |
Category | Streamly, Statistics |
Home page | https://streamly.composewell.com |
Bug tracker | https://github.com/composewell/streamly-statistics/issues |
Source repo | head: git clone https://github.com/composewell/streamly-statistics |
Uploaded | by harendra at 2023-04-18T13:41:06Z |
Distributions | |
Downloads | 81 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |