process_model: Models the process (infection transmission, recovery, etc.)....

Description Usage Arguments Examples

Description

The process_model() does SE1E2IR model integration using Euler method

Usage

1
2
3
4
5
6
7
8
process_model(
  theta = NULL,
  y = NULL,
  tbegin = 0,
  tend = 1,
  dt = 0.2,
  beta = NULL
)

Arguments

theta

Parameters

y

A vector of a vector of state variables

tend

end time with default value of 1 (i.e., one day process of SEI1I2R)

dt

A step size

beta

A vector of beta

tstart

start time for simulation with default value of 0

Examples

1
pop <- process_model(theta, y, sdisease, country); calculate_cases(disease, country, pop)

kimfinale/particlefilter documentation built on March 6, 2021, 9:49 a.m.