basic_stats

Crates.iobasic_stats
lib.rsbasic_stats
version1.0.0
created_at2025-04-30 18:20:36.818884+00
updated_at2025-05-20 16:10:11.156507+00
descriptionLightweight library with basic statistical estimators and hypothesis tests.
homepage
repositoryhttps://github.com/pvillela/rust-basic-stats/tree/main
max_upload_size
id1655282
size174,114
Paulo Villela (pvillela)

documentation

https://docs.rs/basic_stats/latest/basic_stats/

README

basic_stats

A lightweight library that provides some basic parametric and non-parametric statistics and hypothesis tests.

This library strives for ease of use and small size. The only numeric types used are u64 and f64. Functions in this library operate on primitive types, iterators, or slices.

Documentation

See the API documentation on docs.rs, which includes an overview and usage examples, and the source repo.

Support

Create a new issue on GitHub.

License

This library is distributed under the terms of the MIT license, with copyright retained by the author.

See LICENSE for details.

Commit count: 11

cargo fmt