We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seems wrong:
genhol(easter, start = -46, end = 0, frequency = 12)
You obtain:
Jan Feb Mar Apr May 1931 0.00000000 0.23404255 0.00000000 0.10638298 0.00000000
and the expected value for Mar is: 0.659574468
It seems that it only happens with Mar in 1931 (maybe because it is the first year of the series, according to vector Easter).
The text was updated successfully, but these errors were encountered:
This probably should be rewritten, rather than fixed.
The defect is only affecting the first year, and only if you choose a very long easter effect. So it is a quite exotic setting. Low prio.
Sorry, something went wrong.
genhol() produces correct result in 1931 #193
1251c5f
Successfully merging a pull request may close this issue.
This seems wrong:
You obtain:
and the expected value for Mar is: 0.659574468
It seems that it only happens with Mar in 1931 (maybe because it is the first year of the series, according to vector Easter).
The text was updated successfully, but these errors were encountered: