nnmt.lif.exp._std_input¶
-
nnmt.lif.exp._std_input(nu, J, K, tau_m, J_ext, K_ext, nu_ext)[source]¶ Plain calculation of standard deviation of neuronal input.
See
nnmt.lif._general._std_input()for full documentation.Parameters: - nunp.array
Firing rates of populations in Hz.
- Jnp.array
Weight matrix in V.
- Knp.array
In-degree matrix.
- tau_m[float | 1d array]
Membrane time constant of post-synatic neuron in s.
- J_extnp.array
External weight matrix in V.
- K_extnp.array
Numbers of external input neurons to each population.
- nu_ext1d array
Firing rates of external populations in Hz.
Returns: - np.array
Array of mean inputs to each population in V.