-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master Equation and Kinetic model inconsistent with same parameters #102
Comments
To me this looks like some parameters are being rescaled, or being used differently within one of the models? |
I can think of a test to see if the kinetic model and master equations are consistent. But to do so we need to:
Is this possible with the current framework? |
Sorry, I did not mean to close this issue. I opened a PR at #106 that adds a method I'm not 100% sure if this is why I was assigned to this issue. Let me know if the PR makes progress towards solving this issue or not. |
Myself and @agarbuno were looking at efficacy of different tests, and noticed that we seem to get very different paced epidemics when running master equations and kinetic model.
I have run the master and kinetic equations with:
transition_rates
(set all ensembles to be the transition_rates chosen forcommunity_transmission_rate
This is achieved by setting
transition_rates_ensemble[i] = transition_rates
transmission_rate_community_ensemble[i] = transmission_rate_community
The lines are from the master equation solution, the 'X's are totals for infected, hospitalized and deceased from the kinetic model.
The text was updated successfully, but these errors were encountered: