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
[package]
name = "pearson"
version = "1.0.0"
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
edition = "2024"
description = "A Rust library implementing the Pearson correlation coefficient (PCC)"
license = "MIT"

[dependencies.num-traits]
version = "0.2"
default-features = false
features = ["libm"]