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
Done ! A default None leads to movement times to be sampled from N(250,1.5). The other two alternatives are to pass a list: ["constant", 250] or ["mean",250]. The former sets a constant value of 250 for all trials, whereas latter samples from a normal distribution (250,1.5)
If None, sample from a normal distribution with mean =250ms, std = 0.1
The text was updated successfully, but these errors were encountered: