View source: R/incidence_functions.R
reverse_gp_model | R Documentation |
Given a vector of daily infection probabilities, this function converts this vector to the format expected by the Gaussian process model.
reverse_gp_model(desired_probs, pars, times)
desired_probs |
Vector of probabilities for GP transformation. |
pars |
Exponential growth model parameters. |
times |
Time points for incidence calculation. |
Returns daily infection probabilities in the format expected by the Gaussian process model.
James Hay, jameshay218@gmail.com
Other incidence functions:
SEEIRRModel()
,
detectable_SEEIRRModel()
,
detectable_SEIRModel()
,
exponential_growth_model()
,
gaussian_process_model()
,
solveSEEIRRModel_rlsoda_wrapper()
,
solveSEEIRRModel_rlsoda()
,
solveSEIRModel_lsoda_wrapper()
,
solveSEIRModel_lsoda()
,
solveSEIRModel_rlsoda_wrapper()
,
solveSEIRModel_rlsoda()
,
solveSEIRswitch_rlsoda_wrapper()
,
solveSEIRswitch_rlsoda()
FIX ME
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.