Skip to content

Instantly share code, notes, and snippets.

View erramuzpe's full-sized avatar

Asier Erramuzpe erramuzpe

View GitHub Profile
@agramfort
agramfort / pdc_dtf.py
Created March 30, 2014 16:33
Partial Directed Coherence and Direct Transfer Function using MVAR processes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Implements Partial Directed Coherence and Direct Transfer Function
using MVAR processes.
Reference
---------
Luiz A. Baccala and Koichi Sameshima. Partial directed coherence:
a new concept in neural structure determination.
@ksheedlo
ksheedlo / __init__.py
Last active June 8, 2016 19:14
Simple library set up for calling TISEAN programs as Python functions. I'm going to use this on the next chaos pset.
###############################################################################
#
# File: tizz/__init__.py
# Author: Ken Sheedlo
#
# TISEAN interface library for Python
#
###############################################################################
import numpy