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
in compute_1d_mutual_info, the average firing rate is computed as
fr = np.sum(fx * occupancy, 0)
but this is not the right definition and could lead to erroneous information values.
This should be the firing rate over the epoch, which is not the same as recomputed it from the tuning curves and the occupancy since the tuning curves are not necessarily computed on the same epoch.
We will work on solving this issue.
The text was updated successfully, but these errors were encountered:
in compute_1d_mutual_info, the average firing rate is computed as
fr = np.sum(fx * occupancy, 0)
but this is not the right definition and could lead to erroneous information values.
This should be the firing rate over the epoch, which is not the same as recomputed it from the tuning curves and the occupancy since the tuning curves are not necessarily computed on the same epoch.
We will work on solving this issue.
The text was updated successfully, but these errors were encountered: