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
Can I suggest to add a test that
cfr_time_varying( data = df_covid_uk, burn_in = 7L )
yields the same result as
cfr_time_varying( data = df_covid_uk, delay_density = \(x) ifelse(x == 0, 1, 0), burn_in = 7L )
to make sure your implementation doesn't introduce any bias due to index shifting?
Originally posted by @sbfnk in #103 (comment)
The text was updated successfully, but these errors were encountered:
Add test to check for index bias, WIP #108
d0e149d
dd27984
Successfully merging a pull request may close this issue.
Can I suggest to add a test that
yields the same result as
to make sure your implementation doesn't introduce any bias due to index shifting?
Originally posted by @sbfnk in #103 (comment)
The text was updated successfully, but these errors were encountered: