project-aero / measles-ews

A research compedium (data, code, manuscript) for project on detecting critical slowing down in measles dynamics.
MIT License
0 stars 0 forks source link

beta random walk #3

Closed atredennick closed 6 years ago

atredennick commented 6 years ago

Need to get the random walk right for transmission in the post-MLE pomp process model. Currently, it is just being perturbed, which is not a random walk because there is no dependence on the previous value.

atredennick commented 6 years ago

Closing this. Implementing gamma random walk with the pomp::rgammawn(0.001, dt) function.