Associations.jl
Associations.jl copied to clipboard
Azadkia-Chatterjee coefficient
Implements #380.
The docs are here.
This PR contains
- The
AzadkiaChatterjeeCoefficient
struct, which dispatches toassociation
with either two or three input datasets (corresponding to pairwise or conditional association) + tests. - Implementations for
AzadkiaChatterjeeCoefficient
for bothSurrogateAssociationTest
(pairwise and conditional) andLocalPermutationTest
(conditional) + tests. - A listing for
AzadkiaChatterjeeCoefficient
in the documentation pages. - Cross references in
AssociationMeasure
andAssociationMeasureEstimator
docstrings. - Many runnable documentation examples that are cross-referenced everywhere necessary (example 1, example 2).