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 database

YAML Specification

# TODO: example coupling in YAML
coupling:
  name: Linear
  parameters:
    a:
      value: 0.1

Custom Coupling Functions

# TODO: define a custom coupling function

See Also