Skip to content

rdgao/specparam-sbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published