Associations.jl

Algorithms for quantifying associations, independence testing and causal inference from data.

OTHER License

Stars
150
Committers
7

Bot releases are hidden (Show)

Associations.jl - v2.5.0

Published by kahaaga over 1 year ago

Summary

  • Add a new independence test: CorrTest, which uses (partial) correlations.

What's Changed

Full Changelog: https://github.com/JuliaDynamics/CausalityTools.jl/compare/v2.4.0...v2.5.0

Associations.jl - Add convergent cross mapping (CCM) algorithm

Published by kahaaga almost 6 years ago

Associations.jl - Cap TransferEntropy and PerronFrobenius

Published by kahaaga almost 6 years ago

Associations.jl - Cap StateSpaceReconstruction

Published by kahaaga almost 6 years ago

Cap StateSpaceReconstruction version, so that the re-structuring of StateSpaceReconstruction can be pushed without JuliaCIBot failing.

Associations.jl - Added plot recipes

Published by kahaaga almost 6 years ago

CausalityTools.jl v0.2.3

Use RecipesBase for plot functionality.

Implements recipes for the following types:

  • PerronFrobenius.InvariantDistribution
  • PerronFrobenius.RectangularBinningTransferOperator
  • PerronFrobenius.RectangularInvariantMeasure
  • StateSpaceReconstruction.AbstractEmbedding

Visualising triangulations, simplices and simplex intersections

In addition, there's a recipe allowing for the visualization of triangulation partitions, simplices and their intersection, with the following signature

  • plot(original_pts, E::AbstractEmbedding, DT::DelaunayTriangulation; kwargs...)
Associations.jl - Add missing requirements not detected by JuliaCIBot

Published by kahaaga almost 6 years ago

Need to make sure that REQUIRE has all the same dependencies (except standard libraries) that are in Project.toml. This error does not show up until a user attempts to install the package.

Associations.jl - Require Reexport

Published by kahaaga almost 6 years ago

Fixed missing dependency that wasn't caught by JuliaCIBot but showed up when installing the package on a fresh Julia installation

Associations.jl - Require Julia 1.0

Published by kahaaga almost 6 years ago

Associations.jl - Initial release

Published by kahaaga almost 6 years ago

Badges
Extracted from project README
CI codecov DOI
Related Projects