These are based on values given in Friston et al. (2003).
Definition at line 19 of file NeuralBalloonModelDefaults.hpp.
Static Public Attributes | |
| static const double | EPSILON = 1.0 |
; efficacy with which neural activity causes an increase in signal. | |
| static const double | TAU_S = 1.0 / 0.65 |
; time constant for signal decay. | |
| static const double | TAU_F = 1.0 / 0.41 |
; time constant for autoregulatory feedback from blood flow. | |
| static indii::ml::ode::f_t | U |
; neural activity. | |
| static indii::ml::ode::f_t | F_IN |
; enforced equivalence in NeuralBalloonModel. | |
| static indii::ml::ode::f_t | DFDT |
; differential equation. | |
| static indii::ml::ode::f_t | DSDT |
; differential equation. | |
const double EPSILON = 1.0 [static] |
; efficacy with which neural activity causes an increase in signal.
Definition at line 25 of file NeuralBalloonModelDefaults.hpp.
const double TAU_S = 1.0 / 0.65 [static] |
; time constant for signal decay.
Note that
in Friston et al. (2000) equals
in Friston et al. (2003).
Definition at line 32 of file NeuralBalloonModelDefaults.hpp.
const double TAU_F = 1.0 / 0.41 [static] |
; time constant for autoregulatory feedback from blood flow.
Note that
in Friston et al. (2000) equals
in Friston et al. (2003).
Definition at line 39 of file NeuralBalloonModelDefaults.hpp.
double U [static] |
double F_IN [static] |
; enforced equivalence in NeuralBalloonModel.
Definition at line 49 of file NeuralBalloonModelDefaults.hpp.
double DFDT [static] |
double DSDT [static] |
1.5.2