-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingepinow2-cranPrep for EpiNow2 CRAN releasePrep for EpiNow2 CRAN releasepriorityupcoming trainingTo consider for alpha-trialTo consider for alpha-trial
Description
in quantify transmissibility checkpoint https://epiverse-trace.github.io/tutorials-middle/quantify-transmissibility.html#checklist2
in inputs for first epinow run https://epiverse-trace.github.io/tutorials-middle/create-forecast.html#create-a-short-term-forecast
# Log-tranformed mean
log_mean <- EpiNow2::convert_to_logmean(mean = 2, sd = 1)
# Log-transformed std
log_sd <- EpiNow2::convert_to_logsd(mean = 2, sd = 1)
# Reporting dalay
reporting_delay_fixed <- EpiNow2::LogNormal(
mean = log_mean,
sd = log_sd,
max = 10
)
# Generation time
generation_time_fixed <- EpiNow2::LogNormal(
mean = 3.6,
sd = 3.1,
max = 20
)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingepinow2-cranPrep for EpiNow2 CRAN releasePrep for EpiNow2 CRAN releasepriorityupcoming trainingTo consider for alpha-trialTo consider for alpha-trial
Type
Projects
Status
Todo