nnmt.binary._std_input

nnmt.binary._std_input(m, J, K, J_ext=0, K_ext=0, m_ext=0)[source]

Calcs the standard deviation of the inputs in a network of binary neurons.

Parameters:
marray

Mean activity of each population.

Jarray

Weight matrix.

Karray

Connectivity matrix.

J_extarray

Weight matrix of external inputs.

K_extarray

Connectivity matrix of external inputs.

m_extfloat

External input.

Returns:
array

Standard deviations of input.