oopsi/demo.m, Line 12:
P.lam = 0.1; % firing rate = lam*dt
Here, I believe the comment should be "firing rate = lam/dt".
To avoid confusion, it may be better to substitute P.lam with P.fr, and use lam exclusively for the expected number of spike counts for each time bin (dt).
oopsi/demo.m, Line 12:
P.lam = 0.1; % firing rate = lam*dt
Here, I believe the comment should be "firing rate = lam/dt".
To avoid confusion, it may be better to substitute P.lam with P.fr, and use lam exclusively for the expected number of spike counts for each time bin (dt).