tigramite icon indicating copy to clipboard operation
tigramite copied to clipboard

Tigramite is a python package for causal inference with a focus on time series data. The Tigramite documentation is at

Results 23 tigramite issues
Sort by recently updated
recently updated
newest added

I had some issues with variable names of different lengths in scatter plots. They potentially overlap with the axes. I'd prefer to rotate them in this case. Like for the...

Hi Tigramite team! I like the new CausalMediation class, however I am having trouble using it on data that have NaNs.. It works fine when I drop all the rows...

I am currently exploring the use of GPDC for causal discovery in tigramite using the pytorch implementation for increased speed for discovery of long time series with many variables and...

Hello! Can tigramite be used for image data? For example, a time series containing multiple variables (x1,x2,x3,x4), but each moment of these variables is a picture, equivalent to a four-dimensional...

In this PR: - There are a few changes to README file to make it easier to read and with badges - The source code has been moved under the...

while running the tigramite, following issue occurs. Also numba is creating the problem. I have python 3.9 and all the dependecies are fulfilled ![Screenshot (236)](https://github.com/jakobrunge/tigramite/assets/46590370/d01f46a5-28a2-4f43-96e8-7078bb93c24c)

- `tigramite` 5.2.5.1 (latest) depends on numba 0.56.4 which doesn't work in py 3.11, ref https://pypi.org/project/numba/0.56.4/ Could python 3.11 support be added?

I'd like to forbid the connection of certain edges when drawing a causal graph with _tigramite.rpcmci: RPCMCI()_

Hey, I ran into a bit of a problem regarding mediation analysis using the graph from discovery.  When using the toy model (graph with shape (3, 3, 3)), everything works...