Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliadynamics/transferentropy.jl
Transfer entropy (conditional mutual information) estimators for the Julia language
https://github.com/juliadynamics/transferentropy.jl
causality-detection hacktoberfest julia mutual-information nonlinear-timeseries-analysis transfer-entropy
Last synced: about 2 months ago
JSON representation
Transfer entropy (conditional mutual information) estimators for the Julia language
- Host: GitHub
- URL: https://github.com/juliadynamics/transferentropy.jl
- Owner: JuliaDynamics
- License: other
- Created: 2017-12-24T13:30:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T17:25:26.000Z (about 2 years ago)
- Last Synced: 2024-08-03T20:04:22.968Z (5 months ago)
- Topics: causality-detection, hacktoberfest, julia, mutual-information, nonlinear-timeseries-analysis, transfer-entropy
- Language: Julia
- Homepage: https://juliadynamics.github.io/CausalityTools.jl/stable/
- Size: 1.72 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TransferEntropy.jl
[![CI](https://github.com/juliadynamics/TransferEntropy.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/TransferEntropy.jl/actions)
[![](https://img.shields.io/badge/docs-latest_tagged-blue.svg)](https://juliadynamics.github.io/CausalityTools.jl/stable/TransferEntropy/)
[![](https://img.shields.io/badge/docs-dev_(master)-blue.svg)](https://juliadynamics.github.io/CausalityTools.jl/dev/TransferEntropy/)
[![codecov](https://codecov.io/gh/JuliaDynamics/TransferEntropy.jl/branch/master/graph/badge.svg?token=6XlPGg5nRG)](https://codecov.io/gh/JuliaDynamics/TransferEntropy.jl)Julia package for computing transfer entropy (TE) and mutual information (I).
This package provides essential algorithms for the [`CausalityTools.jl`](https://github.com/juliadynamics/CausalityTools.jl) package, and uses entropy computations from [`Entropies.jl`](https://github.com/juliadynamics/Entropies.jl).