-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue 481: prior predictive analysis #489
Conversation
Try this Pull Request!Open Julia and type: import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/CDCgov/Rt-without-renewal", rev="481-prior-predictive-analysis", subdir="EpiAware")
using EpiAware |
Noting that
Context: This passed for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice. I like the idea of using index.qmd as the SI (we should make that clear)
Since #491 has passed and in queue I'm merging modified CI into this. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
==========================================
- Coverage 90.02% 89.56% -0.47%
==========================================
Files 57 51 -6
Lines 742 738 -4
==========================================
- Hits 668 661 -7
- Misses 74 77 +3 ☔ View full report in Codecov by Sentry. |
Benchmark resultJudge resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/Rt-without-renewal/Rt-without-renewalJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Multiple examples are redundant in prior pred modelling here
40f1a27
to
557844f
Compare
This PR closes #481.
This PR has a minor change to the prior predictive script, which was repeating the prior predictive analysis 4x.
Mainly this PR is adding a section to the manuscript supporting information describing the "first pass" priors and how for some combinations even prior predictive runs imply such large number of infections that we get
InexactError
exceptions in sampling to discrete outcomes.To replicate locally run
and previewing or rendering the manuscript generates the following analysis of numbers of sucessful and failed prior predictive runs grouped by IGP and latent model.
I think that the next steps are pretty straightforward, but thats out of scope for this PR.