scot-dev / scot

EEG/MEG Source Connectivity Toolbox in Python
http://scot-dev.github.io/scot-doc/index.html
MIT License
58 stars 23 forks source link

Surrogates threshold making #58

Closed dongqunxi closed 9 years ago

dongqunxi commented 9 years ago

Hi @kazemakase, During causality analysis, if I want to make a significant threshold from the surrogates causality, how to do? You have shown the percentile strategy, is there any better strategy? Thanks!

mbillingr commented 9 years ago

Hi @dongqunxi I am not aware of a better method than comparing against the percentiles of surrogates. There may be better methods, but I never bothered to find out.

I particularly like the surrogate/percentile approach because of its simplicity and direct relation to hypothesis testing

dongqunxi commented 9 years ago

Hi @kazemakase , Thanks for your tips! This is indeed the convenient way to get the threshold.