linregress 0.5.4

ordinary least squared linear regression with some basic statistics
Documentation
1
2
3
4
5
6
7
8
9
10
11
# linregress
A Rust library providing an easy to use implementation of ordinary
least squared linear regression with some basic statistics.

## Documentation

[Full API documentation](https://docs.rs/linregress)

## License
This project is licensed under the MIT License.
See LICENSE for details.