hoeffding_integer_d 0.1.0

Hoeffding's Dependence coefficient presented as an integer between minimum and maximum integer values of the statistic. Hoeffding's D is like Pearsons correlation R, but accepts a wide range of nonlinear situations. Supports many partial ordinal types of data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hoeffding_integer_d"
version = "0.1.0"
edition = "2018"
author = "Dustan Doud"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cancellogic/Hoeffding-Integer"
keywords = ["Hoeffding", "dependence", "correlation"]
categories = ["algorithms", "statistic"]
description = "Hoeffding's Dependence coefficient presented as an integer between minimum and maximum integer values of the statistic.  Hoeffding's D is like Pearsons correlation R, but accepts a wide range of nonlinear situations.  Supports many partial ordinal types of data."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]