Coupling Functions
Specifying how brain regions interact through network connections
Placeholder
This page is under construction.
Overview
Coupling functions define how connected brain regions influence each other. They transform pre-synaptic activity and scale it by connection weights before it enters the local dynamics.
Built-in Coupling Functions
# TODO: list available coupling functions from databaseYAML Specification
# TODO: example coupling in YAML
coupling:
name: Linear
parameters:
a:
value: 0.1Custom Coupling Functions
# TODO: define a custom coupling functionSee Also
- Defining Networks — network connectivity
- Defining Dynamical Systems — local node dynamics
Coupling— data model reference