You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent meeting it was discussed to include Exogenous infections, where users of the app can be infected by those without it.
This could be treated by
Obtaining the number of external connections subgraphs produced in UserBase (this is already in a function there)
Adding these weights to the subgraph network nodes.
Adding an exogenous rate to the "E" equation of MasterEquationModelEnsemble
The text was updated successfully, but these errors were encountered:
Yes, I wanted to add the exogenous term back in on the Overleaf (and will do so later today). I suggest we leave it very simple: Just add an exogenous rate eta to the master equations for S and E on the Overleaf, then estimate this eta in the DA process. One could multiply this eta by the number of incident edges that originate outside the network, or multiply it by the global infection rate outside the network, but to keep it simple, I suggest we leave it as a constant rate for now.
In a recent meeting it was discussed to include Exogenous infections, where users of the app can be infected by those without it.
This could be treated by
UserBase
(this is already in a function there)MasterEquationModelEnsemble
The text was updated successfully, but these errors were encountered: