Questions tagged [compartmental-models]
8 questions
8
votes
2 answers
Maximum Likelihood Estimate of Infection Model Parameters
I'm using the standard infection model on some data I am working with.
$ dS = -\beta SI $
$ dI = \beta SI - \gamma I $
$ dR = \gamma I $
Where $S$ is the number of susceptible subjects, $I$ is the infected, and $R$ is the recovered. I'm trying…

Poisson Fish
- 215
- 3
- 10
5
votes
1 answer
How are epidemic models simulated in case of mobility?
I don't know whether this is a pure statistics, math or programming question so kindly let me know if there is a better place to post this question.
I am trying to implement the SIS epidemic model when the nodes have mobility. I understand how to…

Legend
- 4,232
- 7
- 37
- 50
4
votes
1 answer
Nearcasting disease spread: Why assume +1 immunized person per unit time?
I wouldn't normally consider the Stats SE to be the best place for this question, but neither the Medical Sciences SE nor the Biology SE seems to focus on macroscopic modelling, while this SE seems to contain SIR modelling questions. Please let me…

user2153235
- 285
- 1
- 7
4
votes
2 answers
How to implement SIRS model?
I have been given a project to implement an SIRS model. While searching how to do it, I found this site and a question related to epidemic model. It is very much related to my project and is quite helpful. However, since I'm new to this topic, can…

Rani
- 41
- 1
- 2
1
vote
1 answer
How to define the "R" in SIR model - removed or recovered?
I have been trying to learn more about the SIR model since hearing about it due to recent events. In the process, I have heard various contradictory things. So I am seeking clarity. Specifically, I want to make sure I understand the R in SIR…
user223366
0
votes
0 answers
Weighing input data in compartmental model fitting
I have a question regarding weighing of data in compartmental modelling.
I have four different compartments between which there are reactions occurring, all of them first order. I have monitored concentrations in these compartments over time, and…
0
votes
1 answer
How to estimate SEIR model parameter in R via RSS?
I tried to estimate the SEIR MODEL parameter in R by using the following code .Unfortunately I couldn't get it because I get the following error :
"Error in names(parameters) <- c("beta_value", "gamma_value",
"delta_value") : 'names' [3] has…

federica
- 1
0
votes
2 answers
Least Squares Estimate of Infection Model Parameters
I'm using the standard infection model on some data I am working with.
$ dS = -\beta SI $
$ dI = \beta SI - \gamma I $
$ dR = \gamma I $
Where $S$ is the number of susceptible subjects, $I$ is the infected, and $R$ is the recovered. I'm trying…

Poisson Fish
- 215
- 3
- 10