ViniciusLima94 / granger_causality_test

Examples from Ding 2006 book
1 stars 2 forks source link

A consult #1

Open 411522 opened 5 years ago

411522 commented 5 years ago

Hi, I don't know which document and data the example "Examples from Ding 2006 book" mentioned in your code refers to. Thank you very much for your reply.

ViniciusLima94 commented 5 years ago

Hello, it is from "Granger Causality: Basic Theory and Application to Neuroscience", authors: Mingzhou Ding, Yonghong Chen, and Steven L. Bressler.

Here is the example:

image

You can also look here for the non-parametric GC estimation code: https://github.com/ViniciusLima94/pyGC

411522 commented 5 years ago

Thank you very much for your timely reply. Recently, in the study of Granger causality, I have made some relevant reproducions and tried to apply them to spatial correlation. But when I try to understand your code, I encounter some problems. There are some mistakes. "ModuleNotFoundError: No module named'nitime'" and "nitime. algorithms" are the algorithms you wrote. I can't find them on GitHub. I hope I can get your help.

报错

------------------ 原始邮件 ------------------ 发件人: "Vinícius Lima"notifications@github.com; 发送时间: 2019年9月15日(星期天) 上午10:24 收件人: "ViniciusLima94/granger_causality_test"granger_causality_test@noreply.github.com; 抄送: ","850755450@qq.com;"Author"author@noreply.github.com; 主题: Re: [ViniciusLima94/granger_causality_test] A consult (#1)

Hello, it is from "Granger Causality: Basic Theoryand Application to Neuroscience", authors: Mingzhou Ding, Yonghong Chen, and Steven L. Bressler.

Here is the example:

You can also look here for the non-parametric GC estimation code: https://github.com/ViniciusLima94/pyGC

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ViniciusLima94 commented 5 years ago

To use nitime you have to install it with:

pip install --user nitime

Documentation here: http://nipy.org/nitime/

But, this code of mine is more a test I did, the other directory I've sent you is more up to date.