pearson 1.0.0

A Rust library implementing the Pearson correlation coefficient (PCC)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pearson   [![Action Badge]][actions] [![Version Badge]][crates.io] [![License Badge]][license]

[Version Badge]: https://img.shields.io/crates/v/pearson.svg
[crates.io]: https://crates.io/crates/pearson
[Action Badge]: https://github.com/JayceFayne/pearson-rs/workflows/Rust/badge.svg
[actions]: https://github.com/JayceFayne/pearson-rs/actions
[License Badge]: https://img.shields.io/crates/l/pearson.svg
[license]: https://github.com/JayceFayne/pearson-rs/blob/master/LICENSE.md

A Rust library implementing the Pearson correlation coefficient (PCC).

## Usage

Examples of how to use the library can be found by looking at the simple test [here](src/lib.rs).

## Contributing

If you find any errors in pearson-rs or just want to add a new feature feel free to [submit a PR](https://github.com/jaycefayne/pearson-rs/pulls).