basic_stats 1.0.0

Lightweight library with basic statistical estimators and hypothesis tests.
Documentation
  • Coverage
  • 90.59%
    77 out of 85 items documented6 out of 54 items with examples
  • Size
  • Source code size: 173.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 17s Average build duration of successful builds.
  • all releases: 1m 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pvillela

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.