pearson 1.0.0

A Rust library implementing the Pearson correlation coefficient (PCC)
Documentation
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2"

[lib]
name = "pearson"
path = "src/lib.rs"

[package]
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library implementing the Pearson correlation coefficient (PCC)"
edition = "2024"
license = "MIT"
name = "pearson"
readme = "README.md"
version = "1.0.0"