nnmt.binary.mean_input¶
-
nnmt.binary.mean_input(network)[source]¶ Calc mean inputs to populations as function of firing rates of populations.
See
nnmt.binary._mean_input()for full documentation.Parameters: - networkNetwork object
Model with the network parameters and previously calculated results listed in
nnmt.binary._mean_input().
Returns: - array
Array of mean inputs to each population.