You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://broom.tidymodels.org/: An example of a converter based approach is scoringutils: https://epiforecasts.io/scoringutils/. The idea there is that you would write a as_forecast_sample. method to convert from your model output to the format that scoringutils wants and then be able to do forecast scoring etc.
I think expressing delay distributions is probably a fairly common problem both in terms of the methods and in terms of tooling. Flagging some resources here: primarycensoreddist: Tools for expressing double censored delay distributions in R and stan. EpiNow2 has a new interface based on Distributions.jl for working with distributions. There are plans to pull it out as its own tool which needs external feedback and contributions: Possibility to generalise probability distribution interface? epiforecasts/EpiNow2#555
Epinowcast: Needs guidance: @cmilando what guidance!! I have a feeling you have have run into needing a new feature here so that could be a cool thing to do as an outcome
https://link.springer.com/article/10.1007/s13253-018-00348-w I think this paper is a good comparison of methods. The point I think we can learn from here is that it involves getting the developers of each method to implement it for the same dataset. A standard problem that comes up in comparisons is that the person writing the comparison understands one method better than others so does a better job with that. I think we have the opportunity here for "the best version" of each Rt package to be used in some kind of comparison (with input, either writing the code or signing off on it) from the package developers / people best placed to do a good job.
Generating new synthetic data partially based on real data. vs. directly from purely synthetic discussions as flagged in the developer conversation: https://github.com/epiforecasts/EpiNow2/blob/main/inst/dev/recover-synthetic/rt.R. Is this like fit to real data and then simulate from posterior? As you mentioned during F2F conversation. Yes kind of but with an additional step where you change the posterior Rt estimate for another simulated Rt trajectory (but everything else is from the posterior)
The text was updated successfully, but these errors were encountered:
Issue for Sam Abbott issues / comments. Remains to move these out to relevant repos / filter for any that remain useful:
Epinowcast
: Needs guidance: @cmilando what guidance!! I have a feeling you have have run into needing a new feature here so that could be a cool thing to do as an outcomeThe text was updated successfully, but these errors were encountered: