JuliaDynamics / Associations.jl

Algorithms for quantifying associations, independence testing and causal inference from data.
https://juliadynamics.github.io/Associations.jl/stable/
Other
151 stars 13 forks source link
associations causal-graphs causal-inference conditional-mutual-information cross-mapping distance-correlation entropy hacktoberfest independence-testing julia julia-language mutual-information network-inference partial-mutual-information predictive-asymmetry surrogate-data time-series transfer-entropy

Associations

CI codecov DOI

Associations.jl is a package for quantifying associations, independence testing and causal inference.

All further information is provided in the documentation, which you can either find online or build locally by running the docs/make.jl file.

Key features

Addititional features

Extending on features from ComplexityMeasures.jl, we also offer

Installation

To install the package, run import Pkg; Pkg.add("Associations").

Previously, this package was called CausalityTools.jl.