Tutorials on chaining together LFP simulation (neurodsp
), spectral parameterization (fooof
), and simulation-based inference (sbi
).
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.