Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.75 KB

File metadata and controls

24 lines (20 loc) · 1.75 KB

specparam-sbi

Tutorials on chaining together LFP simulation (neurodsp), spectral parameterization (fooof), and simulation-based inference (sbi).

Colab Link Tutorial
Open In Colab Demo 1: minimal example of how to use fooof and simulating time series.
Open In Colab Demo 2: reproducing the Poisson EI-1/f exponent model using neurodsp.
Open In Colab Demo 3: minimal example of how to use sbi.
Open In Colab Demo 4: combining everything to do inference and probabilistic spectral parameter estimation.

Packages required (all installable via pip install):

To set up and run in a new conda environment:

conda create -n sbsp python=3.8
conda activate sbsp
pip install uv
uv pip install jupyter fooof neurodsp sbi==0.22

For more complex mechanistic model simulations with spiking neural networks, go to AutoMIND.