GitShow/BurntSushi/rust-stats
BurntSushi

rust-stats

Basic statistical functions on streams for Rust.

by BurntSushi
Star on GitHubFork

Rust

89 stars18 forks7 contributorsQuiet · 3y agoSince 2014Unlicense

Meet the team

See all 7 on GitHub →
BurntSushi
BurntSushi90 contributions
andrewjstone
andrewjstone1 contribution
caemor
caemor1 contribution
milesgranger
milesgranger1 contribution
fitzgen
fitzgen1 contribution
vks
vks1 contribution

Languages

View on GitHub →
Rust99%
Makefile0.8%
Vim Script0.2%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 2 in progress · Last activity 3y ago
See all on GitHub →
atouchet
Fix crates.io badge, use HTTPS for links, and use SPDX license formatOpenPR
atouchet · 3y ago
BatmanAoD
Link to Welford paper on streaming algorithms no longer availableOpenIssue

The link to in (http://goo.gl/qTtI3V in the source code, expanded as http://zach.in.tu-clausthal.de/teaching/info_literatur/Welford.pdf) is broken. Based on the name and the context, I'm guessing that this refers to this paper: https://www.tandfonline.com/doi/abs/10.1080/00401706.1962.10490022 Unfortunately, that link is a paywall, and I haven't (yet) found a non-paywalled version. However, there's another Wikipedia page that directly refers to Welford's work here, which might be useful to link to: https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm

BatmanAoD · 5y ago
FelixBenning
Is there a reason parameters are Iterators instead of IntoIterator?OpenIssue

If I understand what I am doing, then, if was changed to something like You could also use mean on vectors. e.g. as opposed to without losing any functionality for iterators themselves. But I am just learning Rust, so I might not understand some limitation of this approach.

FelixBenning · 6y ago

Recent fixes

View closed PRs →
jqnatividad
feat: `onlinestats` positive, negative, zero counts for numeric statsMergedPR
jqnatividad · 7mo ago
jqnatividad
`online`: revisit recursionMergedPR
jqnatividad · 7mo ago
m15a
Support quartilesMergedPR

I upvote quartiles support in xsv! https://github.com/BurntSushi/xsv/issues/87 This PR implements its basis.

m15a · 7mo ago
Structured data for AI agents

Repository: BurntSushi/rust-stats. Description: Basic statistical functions on streams for Rust. Stars: 89, Forks: 18. Primary language: Rust. Languages: Rust (99%), Makefile (0.8%), Vim Script (0.2%). License: Unlicense. Open PRs: 2, open issues: 3. Last activity: 3y ago. Community health: 42%. Top contributors: BurntSushi, andrewjstone, caemor, milesgranger, fitzgen, vks.

·@ofershap

Replace github.com with gitshow.dev