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

comparison operator wrong direction for tail ESS upper 95% ? #5

Open
mitzimorris opened this issue Jul 31, 2024 · 0 comments
Open

comparison operator wrong direction for tail ESS upper 95% ? #5

mitzimorris opened this issue Jul 31, 2024 · 0 comments

Comments

@mitzimorris
Copy link

When computing the ESS_tail, it seems to me that the statement to identify the upper tail:

I95 <- (sims <= quantile(sims, 0.95)) + 0

has the wrong operator - shouldn't it be:

 I95 <- (sims >= quantile(sims, 0.95)) + 0
@mitzimorris mitzimorris changed the title file monitornew.R compute upper tail for tail ESS comparison question comparison operator wrong direction for tail ESS upper 95% ? Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant