robbisg / sekupy

Detergent for Multivariate Analysis Pipelines of Neuroimaging data in Python
https://sekupy.readthedocs.io/
Other
1 stars 0 forks source link

Brain states Simulation #57

Open robbisg opened 4 years ago

robbisg commented 4 years ago

Brain state simulation is a bit tricky when we have to face with the connectivity simulations.

robbisg commented 4 years ago

StateSimulator vs DataModel

I use a StateSimulator to generate random system dynamics and a AutoregressiveModel to generate data that mimics system dynamics.

Now the problem is that:

Which is the best solution? I use the Simulator inside the Model so that the model can use all information about dynamics to simulate.

TODO:

Change Simulator variable names:

Check