Region-wise model parameters fitting

47 views
Skip to first unread message

pedro...@gmail.com

unread,
Oct 30, 2020, 5:32:22 AM10/30/20
to TVB Users
Dear all,

I am currently using the Reduced Wong Wang model in my analysis, in which I explore a space of parameters combination in order to fit the model simulations to empirical rsFMRI data. This parameters exploration has been done so far at the global level, i.e., the parameters are applied for all the brain regions (in other words, I am sending a single value for the parameters on the function). 

Is it possible to explore the parameters at the region level, e.g., by sending a vector of values to the function with a size equal to the number of regions?

If that is not possible using the Reduced Wong Wang model, are there any models on TVB that would allow me to fit the model parameters region-wise?

Thank you very much for your help!

Kind regards,
Pedro

Julie Courtiol

unread,
Oct 30, 2020, 6:47:17 AM10/30/20
to tvb-...@googlegroups.com
Hi Pedro,

Yes, it is possible to append different parameter values for each brain region in TVB. One of the best examples is with the Epileptor model where you define different epileptogenic zones.
For the Reduced Wong Wang, you can apply it in a similar way:
w1 = 0.9
w2 = 1.0

rww = models.ReducedWongWang()

rww.w = numpy.array((number_of_regions)) * (w1)  #for all regions
rww.w[[1,2,3]] = np.ones((3)) * (w2)  #for specific regions


Best,
Julie
---
Best regards,

Julie Courtiol





--
You received this message because you are subscribed to the Google Groups "TVB Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tvb-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tvb-users/96bea007-fe02-4b17-9f6a-cc3e8dfc3ffdn%40googlegroups.com.

Pedro Costa Klein

unread,
Oct 30, 2020, 8:43:02 AM10/30/20
to tvb-...@googlegroups.com
Dear Julie,

Thank you very much for your quick answer and for kindly providing this example.

Kind regards,
Pedro



--
Reply all
Reply to author
Forward
0 new messages