Replies: 1 comment 1 reply
-
Dear Max,
indeed all publsihed PID estimators so far only work for discretized
data. Please note that your PID results have very strongly depend on
the cosen discretization - potentially with things that looked like
dominated by redudant or unique information at some resolution looking
completely synergistic at another resolution.
So, to get meaningful results, you must be able to justify the
discretization/quantization of your signals before you dive into PID.
If you have that then you could potentially go ahead.
For your problem of having soemthing like a 'global' synergisitic
nature of the brain signals, but not a good reason to select certain
voxels as targets, others as sources, it may be better to try the O-
Information measure of Rosas - it may be more to the point with what
you're trying to mesaure.
Best,
Michael
…On Thu, 2023-05-25 at 07:25 -0700, max-kat wrote:
discretized continuous data around the mean since the PID calculator
apparently only works on discrete data in this package
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I am a PhD-student currently trying to implement a PID analysis for one of my experiments. Unfortunately, no one in our institute has ever worked with it and I am coming from a different field and thus would appreciate it if someone could point me in the right direction! Any help is welcome (theoretical & practical)!
What I have:
Experiment with 2 conditions (A&B)
My hypothesis:
Based on recent publications and my theory, condition A should lead to higher global synergistic info processing than B
What I want to do:
Calculate an average value for global brain synergistic processing (but for this I probably first need PID for all target and source combinations)
Where I am currently stuck:
I created a list of lists with dimensions [432(parcels), 92665(unique pairwise source combinations, excluding the target and repeated numbers e.g. (2,2)), 2(the individual source pairs)]
however, reading the manual one has also to supply a list of lags in which the outer list has a length of size target (432) and the inner list has length 2 --> so bivariatePID() does not work since my sources exceed those of the lags.
I have tried a few things but I guess I have a conceptual error...
Could someone point me in the right direction on how I could use this package to investigate if condition A does lead to higher global synergistic info processing compared to B?
Also if you do not know exactly how to do something like this but have some theoretical or any other input, I would really be glad to hear it! Anything at this point might help!
Thanks for reading and have a great day!
Best,
Max
Beta Was this translation helpful? Give feedback.
All reactions