rdgao / specparam-sbi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Jupyter Notebook 100.0%