Generate and Simulate Deterministic Compartmental Models
Discrete exponential distribution
Discrete gamma distribution
Discrete log-normal distribution
Discrete Weibull distribution
Define transitions using denim's domain-specific language (DSL)
denim
Mathematical expression
Nonparametric distribution transition
Overloaded plot function for denim object
Simulator for deterministic discrete time model with memory
R package to build and simulate deterministic compartmental models that can be non-Markovian. Length of stay in each compartment can be defined to follow a parametric distribution (d_exponential(), d_gamma(), d_weibull(), d_lognormal()) or a non-parametric distribution (nonparametric()). Other supported types of transition from one compartment to another includes fixed transition (constant()), multinomial (multinomial()), fixed transition probability (transprob()).
Useful links