-
Notifications
You must be signed in to change notification settings - Fork 10
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
Difficulty replicating SIR TN-ILM Simulation and Inference #40
Comments
Can you confirm which version you are using - master branch, latest release etc. I was in the process in enabling RNG specification throughout the package where I last left off IIRC. Do you have an infection -> recovered transition that occurs in less than your observation lowerbound of 0.5 time units? |
Sure, |
I don't mean between 0 and 0.5 time units for the simulation, but rather, relative to each individual infection time e.g. if an individual becomes infected at t=3.0, and by chance recovers at t=3.4, that infection would not be observable and not compatible with the |
Oh I see, |
Something like this:
|
Thank you, |
Hi,
I am having some difficulty replicating the SIR-TN-ILM Simulation and Inference.ipynb
Specifically at this line: obs = observe(sim, Uniform(0.5, 2.5), Uniform(0.5, 2.5), force=true)
I get an argument error, ArgumentError: Uniform: the condition a < b is not satisfied.
The stacktrace brings me to EventObservations.jl, where I modified default_rng to be MersenneTwister based on an error that I got previously(i..e that default_rng is not defined).
Would you have any guidance on this?
Thank you
The text was updated successfully, but these errors were encountered: