qsv-stats

Crates.ioqsv-stats
lib.rsqsv-stats
version
sourcesrc
created_at2021-10-10 20:10:42.221256
updated_at2024-12-08 19:44:07.008458
descriptionComputing summary statistics on streams.
homepagehttps://github.com/dathere/qsv-stats
repositoryhttps://github.com/dathere/qsv-stats
max_upload_size
id463284
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Joel Natividad (jqnatividad)

documentation

https://docs.rs/qsv-stats

README

qsv-stats

This library provides common statistical functions with support for computing them efficiently on streams of data. The intent is to permit parallel computation of statistics on large data sets.

NOTE: This fork of streaming-stats merges pending upstream PRs for quartile computation and a different variance algorithm that is used in qsv's stats command.
It has numerous other stats, heavily updated for performance, uses parallel processing, uses the fused multiply add CPU instruction along with several other performance tweaks.

Dual-licensed under MIT or the UNLICENSE.

Documentation

Documentation for qsv-stats exists here: https://docs.rs/qsv-stats.

Installation

Simply add qsv-stats as a dependency to your project's Cargo.toml:

[dependencies]
qsv-stats = "0.24"
Commit count: 301

cargo fmt