| Crates.io | basic_stats |
| lib.rs | basic_stats |
| version | 1.0.0 |
| created_at | 2025-04-30 18:20:36.818884+00 |
| updated_at | 2025-05-20 16:10:11.156507+00 |
| description | Lightweight library with basic statistical estimators and hypothesis tests. |
| homepage | |
| repository | https://github.com/pvillela/rust-basic-stats/tree/main |
| max_upload_size | |
| id | 1655282 |
| size | 174,114 |
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.
See the API documentation on docs.rs, which includes an overview and usage examples, and the source repo.
Create a new issue on GitHub.
This library is distributed under the terms of the MIT license, with copyright retained by the author.
See LICENSE for details.