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

Replace empirical densities with analytical densities #1

Open
lnalborczyk opened this issue Sep 3, 2020 · 0 comments
Open

Replace empirical densities with analytical densities #1

lnalborczyk opened this issue Sep 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lnalborczyk
Copy link
Owner

I am currently simulating RT data using rwiener(n = 1e3, alpha = alpha, beta = beta, delta = delta, tau = tau). From there I compute the number of upper and lower boundaries hits and the densities using density() for each boundary. An alternative would be to directly plot the density for each boundary using dwiener(q, alpha, tau, beta, delta, resp = "upper") and dwiener(q, alpha, tau, beta, delta, resp = "lower"), which would be more robust to weird parameter values. However, this solution does not permit to compute the number of lower and upper hits (or does it?)...

@lnalborczyk lnalborczyk added enhancement New feature or request help wanted Extra attention is needed labels Sep 3, 2020
@lnalborczyk lnalborczyk self-assigned this Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant