You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few simple changes of how we output metrics could be beneficial:
We could output Tau for the sliding RP. It may have physiological meaning as a proxy for the intrinsic refractory period of the neuron.
output the standard deviation of amplitudes. In general any metrics about the stability of units is welcome
output the firing rate of units during its active firing only. Here we could either use the presence ratio windows (allowing gaps in firing not taken into account), or more simply just average over the last_spike_time - first_spike_time of each unit.
The text was updated successfully, but these errors were encountered:
A few simple changes of how we output metrics could be beneficial:
last_spike_time - first_spike_time
of each unit.The text was updated successfully, but these errors were encountered: