Skip to content
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

Chapter on setting up model with pre-populated initial state #36

Open
Bergam0t opened this issue Sep 4, 2024 · 0 comments
Open

Chapter on setting up model with pre-populated initial state #36

Bergam0t opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@Bergam0t
Copy link
Collaborator

Bergam0t commented Sep 4, 2024

From request within cohort.

Notes from DC reply (specifically relating to having a patient waiting list model for RTT):

I'd probably suggest the easiest way would be to have some "warm up" distributions that only apply for the first x time units of your model (or just have a separate generator function that's called at the very beginning of the model only that spits out your initial patients into the model with the correct waiting times), and which reflect the current spread of waiting times (I mean you could even fix it to exactly the current waiting times if you wanted, but I'd probably still keep a bit of variability in there too). Thereafter, you can then just switch to the standard distributions you'll use to reflect RTT times going forward.

@Bergam0t Bergam0t self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant