nnmt.lif.exp._cvs

nnmt.lif.exp._cvs(nu, mu, sigma, V_0_rel, V_th_rel, tau_m, tau_s)[source]

Coefficient of variation of interspike intervals for multiple populations.

Wrapper of nnmt.lif.exp._cvs_single_population().

Parameters:
nunp.array

Firing rates of populations in Hz.

mu[float | np.array]

Mean neuron activity in V.

sigma[float | np.array]

Standard deviation of neuron activity in V.

V_0_rel[float | np.array]

Relative reset potential in V.

V_th_rel[float | np.array]

Relative threshold potential in V.

tau_m[float | 1d array]

Membrane time constant of post-synatic neuron in s.

tau_sfloat

Pre-synaptic time constant in s.

Returns:
[float | np.array]

Estimate of coefficients of variation.