nnmt.binary.mean_activity

nnmt.binary.mean_activity(network, **kwargs)[source]

Calculates stationary firing rates for a network of binary neurons.

See nnmt.binary._mean_activity() for full documentation.

Parameters:
networknnmt.models.Network or child class instance.

Network with the network parameters listed in the docstring of nnmt.binary._mean_activity().

kwargs

For additional kwargs regarding the fixpoint iteration procedure see nnmt._solvers._firing_rate_integration().

Returns:
array

Mean firing rates for each population.