tigramite
tigramite copied to clipboard
Tigramite is a python package for causal inference with a focus on time series data. The Tigramite documentation is at
I was using the method here: https://github.com/jakobrunge/tigramite/blob/master/tigramite/independence_tests/cmisymb.py. There was an error thrown when the conditioning set size was larger than 32 from the following line ``` _, hist = crosstab(*(np.asarray(np.split(array,...
Hi, I'm trying to use `tigramite.plotting.plot_graph()` function to plot a network consisting of two nodes and one link, however; the function makes the nodes elongated (see the attached screenshot). This...
Hi, I am using Tigramite on our group servers. It automatically occupies all resources. I didnt find a way to close the parallel mode. Is there a way to close...