Inform icon indicating copy to clipboard operation
Inform copied to clipboard

A cross platform C library for information analysis of dynamical systems

Results 15 Inform issues
Sort by recently updated
recently updated
newest added

The issue appears to be occurring with PyInform, but I believe similar to #85 this is an issue with the underlying Inform binary. Applying the update from #85 does not...

Good day, My question is whether Inform is still an active project. Are there will to consider the implementation of kNN-based estimators of entropy and mutual information, i.e. Kozachenko-Leonenko and...

Dear Developers, I currently actively use a code from your colleagues called JIDT/IDTxl, I'm sure you are familiar with it. Currently my code works well, but has prohibitively high computation...

This seems like an overflow problem where the base `b` is multiplied `k` times without any check in [block_entropy.c](https://github.com/ELIFE-ASU/Inform/blob/77b82514bbafe41550014134372223097b7dbb51/src/block_entropy.c#L16). I got the issue using PyInform's [block entropy function](https://github.com/ELIFE-ASU/PyInform/blob/master/pyinform/blockentropy.py#L74), but the...

List of various issues I found in the documentation of inform while developing the R wrapper (rinform): - [ ] many time series measures point to a wiki page, Transfer...

Small problem during build, namely the attached error after running ``` make all tests ```

The current release of inform is missing a dedicated unit test for: * conditional entropy function * conditional mutual information computed on probability distributions. See files: * "test/unittests/shannon/multivariate.c" * "test/unittests/shannon/univariate.c"

## Description To properly discuss causal structure, we need to be able to apply generic intervention distributions. The current implementation of `inform_effective_info` admits this possibility, but `inform_info_flow` does not. We...

Setup code coverage statistics with https://codecov.io/

build

Whenever metrics are computed over a dataset of time series from multiple initial conditions, it would be nice to allow for time series with different length.

enhancement