Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.63 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.63 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 fooof
pip install neurodsp
pip install sbi
pip install jupyter