basic_stats 0.1.0

Lightweight library with basic statistical estimators and hypothesis tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# basic_stats

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

## Documentation

See the [API documentation](https://docs.rs/basic_stats/latest/basic_stats/) on docs.rs, which includes an overview and usage examples, and the source [repo](https://github.com/pvillela/rust-basic-stats/tree/main).

## Support

Create a [new issue](https://github.com/pvillela/rust-basic-stats/issues/new) on GitHub.

## License

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

See [LICENSE](https://github.com/pvillela/rust-basic-stats/tree/main/LICENSE) for details.