Skip to main content

Tigramite – Causal inference for time series datasets

logo Version 5.2 (Python Package)

Github

Documentation

Tutorials

Overview

It's best to start with our Overview/review paper: Causal inference for time series

Update: Tigramite now has a new CausalEffects class that allows to estimate (conditional) causal effects and mediation based on assuming a causal graph. Have a look at the tutorial.

Further, Tigramite provides several causal discovery methods that can be used under different sets of assumptions. An application always consists of a method and a chosen conditional independence test, e.g. PCMCIplus together with ParCorr. The following two tables give an overview of the assumptions involved:

Method Assumptions Output
(in addition to Causal Markov Condition and Faithfulness)
PCMCI Causal stationarity, no contemporaneous causal links, no hidden variables Directed lagged links, undirected contemporaneous links (for tau_min=0)
PCMCIplus Causal stationarity, no hidden variables Directed lagged links, directed and undirected contemp. links (Time series CPDAG)
LPCMCI Causal stationarity Time series PAG
RPCMCI No contemporaneous causal links, no hidden variables Regime-variable and causal graphs for each regime with directed lagged links, undirected contemporaneous links (for tau_min=0)
J-PCMCI+ Multiple datasets, causal stationarity, no hidden system confounding, except if context-related Directed lagged links, directed and undirected contemp. links (Joint time series CPDAG)
Conditional independence test Assumptions
ParCorr univariate, continuous variables with linear dependencies and Gaussian noise
RobustParCorr univariate, continuous variables with linear dependencies, robust for different marginal distributions
ParCorrWLS univariate, continuous variables with linear dependencies, can account for heteroskedastic data
GPDC / GPDCtorch univariate, continuous variables with additive dependencies
CMIknn multivariate, continuous variables with more general dependencies (permutation-based test)
Gsquared univariate discrete/categorical variables
CMIsymb multivariate discrete/categorical variables (permutation-based test)
RegressionCI mixed datasets with univariate discrete/categorical and (linear) continuous variables
CMIknnMixed mixed datasets with multivariate discr./cat./cont. variables with more general dependencies (permutation-based test)

Remark: With the conditional independence test wrapper class PairwiseMultCI you can turn every univariate test into a multivariate test.

General Notes

Tigramite is a causal inference for time series python package. It allows to efficiently estimate causal graphs from high-dimensional time series datasets (causal discovery) and to use graphs for robust forecasting and the estimation and prediction of direct, total, and mediated effects. Causal discovery is based on linear as well as non-parametric conditional independence tests applicable to discrete or continuously-valued time series. Also includes functions for high-quality plots of the results. Please cite the following papers depending on which method you use:

Features

  • flexible conditional independence test statistics adapted to continuously-valued, discrete and mixed data, and different assumptions about linear or nonlinear dependencies
  • handling of missing values and masks
  • p-value correction and (bootstrap) confidence interval estimation
  • causal effect class to non-parametrically estimate (conditional) causal effects and also linear mediated causal effects
  • prediction class based on sklearn models including causal feature selection

Required python packages

  • python>=3.10
  • numpy>=1.18
  • scipy>=1.10.0
  • numba>=0.56.4

Optional packages depending on used functions

  • scikit-learn>=1.2 # Gaussian Process (GP) Regression
  • matplotlib>=3.7.0 # Plotting
  • seaborn>=0.12.2 # Plotting
  • networkx>=3.0 # Plotting
  • torch>=1.13.1 # GPDC pytorch version (in conda install pytorch)
  • gpytorch>=1.9.1 # GPDC gpytorch version
  • dcor>=0.6 # GPDC distance correlation version
  • joblib>=1.2.0 # CMIsymb shuffle parallelization
  • ortools>=9.2 # RPCMCI

Installation

python setup.py install

This will install tigramite in your path.

To use just the ParCorr, CMIknn, and CMIsymb independence tests, only numpy/numba and scipy are required. For other independence tests more packages are required:

  • GPDC: scikit-learn is required for Gaussian Process regression and dcor for distance correlation

  • GPDCtorch: gpytorch is required for Gaussian Process regression

Note: Due to incompatibility issues between numba and numpy, we currently enforce soft dependencies on the versions.

User Agreement

By downloading TIGRAMITE you agree with the following points: TIGRAMITE is provided without any warranty or conditions of any kind. We assume no responsibility for errors or omissions in the results and interpretations following from application of TIGRAMITE.

You commit to cite above papers in your reports or publications.

License

Copyright (C) 2014-2025 Jakob Runge

See license.txt for full text.

GNU General Public License v3.0

TIGRAMITE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. TIGRAMITE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Release files for tigramite 5.2.10.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for tigramite 5.2.10.1
File Size Uploaded
tigramite-5.2.10.1.tar.gz 320.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for tigramite 5.2.10.1
File Interpreter ABI Platform
tigramite-5.2.10.1-py3-none-any.whl Python 3 none any Details

Total release size: 635.3 kB

Release files / tigramite-5.2.10.1.tar.gz

Download URL tigramite-5.2.10.1.tar.gz
Size 320.6 kB
Tags Source
SHA-256 checksum
How to use checksums
376bff91e8461bd082cfb97bd6c635999efc554913afe2470369a2716a344724
BLAKE2b-256 checksum
How to use checksums
b800bd255715ea168a353dd8a7bdcd6de05383a047965eb2b09a3b5e5801143c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.11

Release files / tigramite-5.2.10.1-py3-none-any.whl

Download URL tigramite-5.2.10.1-py3-none-any.whl
Size 314.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1bba99ba05c3ba90bdc235b92e9d65d10b1744af73f9e0070c1d7204e6c81ddc
BLAKE2b-256 checksum
How to use checksums
3a716282e828cbe155f2fc4a81e5a5f12cba72ce739a2ec88a790c5070cec52f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.11

Release history Release notifications | RSS feed

This release

5.2.10.1 This release

2 release files

4.2.1.3

1 release file

4.2.1.2

1 release file

4.2.1.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page