Skip to content

Commit

Permalink
Update robinson_lin_forward.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbastiaens authored Aug 7, 2024
1 parent bbfa048 commit 4dd2cbf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/robinson_lin_forward.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
.. _ex-robinson_lin:
========================================================
Testing forward function of Linear Robinson model
========================================================
This example runs a minimal example for running the forward function of the Linear Robinson based on
R.G. Abeysuriya, C.J. Rennie, P.A. Robinson (2015)
"Physiologically based arousal state estimation and dynamics"
The code includes data fetching, model fitting, and result visualization based on the methods presented in the paper.
"""

# Reproducing Abeysuriya 2015 outputs and BrainTrak equations with the forward function

# sphinx_gallery_thumbnail_number = 2
Expand Down

0 comments on commit 4dd2cbf

Please sign in to comment.