Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).