Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movement time can be set by the user #19

Open
jyotikab opened this issue Apr 12, 2023 · 1 comment
Open

Movement time can be set by the user #19

jyotikab opened this issue Apr 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@jyotikab
Copy link
Collaborator

If None, sample from a normal distribution with mean =250ms, std = 0.1

@jyotikab jyotikab added bug Something isn't working enhancement New feature or request labels Apr 12, 2023
@jyotikab jyotikab self-assigned this Apr 12, 2023
@jyotikab
Copy link
Collaborator Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant