Cargo Features

[dependencies]
basic_stats = { version = "1.0.0", default-features = false, features = ["aok", "binomial", "normal", "wilcoxon"] }
default = binomial, normal, wilcoxon

These default features are set whenever basic_stats is added without default-features = false somewhere in the dependency tree.

aok

Affects basic_stats::aok

binomial default = normal

Affects basic_stats::binomial

normal default binomial wilcoxon

Enables statrs

Affects basic_stats::normal

wilcoxon default = normal

Affects basic_stats::wilcoxon