Browse runnable examples demonstrating TVBO capabilities.
:::
Recover a pulse amplitude and a node’s excitability from one noisy recording, and watch the priors slide the posterior along the ridge where the two trade off.
SupHopf
Overview of all models in the TVBO database, organised by category.
Three ways to tune a Reduced Wong-Wang network against the same empirical FC — a feedback-inhibition loop, a combined FIC+EIB loop, and a gradient fit — compared on the…
Fit region-specific Jansen-Rit time constants to a cortical peak-frequency gradient, with the target derived from the connectome rather than supplied to the fit.
Load and visualize normative brain networks from the TVBO database.
import numpy as np from tvbo import Network np.random.seed(42) noise = np.random.uniform(0.05, 0.15, (9, 9)) np.fill_diagonal(noise, 0) # no self-connections # SC = :(…
integration.differentiation