JansenRitTR#
- class brainmass.JansenRitTR(in_size, delay, sc, k, w_ll, w_ff, w_bb, g_l, g_f, g_b, std_in=None, mask=None, state_saturation=True, input_saturation=True, state_init=Constant(value=0.0), delay_init=Constant(value=0.0), tr=Quantity(0.001, 's'))[source]#
- Return type:
Any
- __init__(in_size, delay, sc, k, w_ll, w_ff, w_bb, g_l, g_f, g_b, std_in=None, mask=None, state_saturation=True, input_saturation=True, state_init=Constant(value=0.0), delay_init=Constant(value=0.0), tr=Quantity(0.001, 's'))[source]#
- Parameters:
delay (Array | ndarray | bool | number | bool | int | float | complex | Quantity)
sc (Array | ndarray | bool | number | bool | int | float | complex | Quantity)
k (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
w_ll (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
w_ff (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
w_bb (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
g_l (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
g_f (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
g_b (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
std_in (Callable | Array | ndarray | bool | number | bool | int | float | complex | Quantity | Param)
mask (Array | ndarray | bool | number | bool | int | float | complex | Quantity | None)
state_saturation (bool)
input_saturation (bool)
state_init (Callable)
delay_init (Callable)
tr (Quantity)