nnmt.binary.working_point

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

Calculates working point (rates, mean, and std input) for binary network.

Calculates the firing rates using nnmt.binary.mean_activity(), the mean input using nnmt.binary.mean_input(), and the standard deviation of the input using nnmt.binary.std_input().

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

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

kwargs

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

Returns:
dict

Dictionary containing firing rates, mean input and std input.