Example ModelsΒΆ

Pypomp includes several example models:

dhaka([dt, nstep, gamma])

Creates a POMP model for the Dhaka cholera data.

LG(T, A, C, Q, R, key[, dtype])

Initialize a Pomp object with the linear Gaussian model.

sir([gamma, mu, iota, beta1, beta2, beta3, ...])

Create a Pomp object for the SIR model with seasonal forcing.

spx()

Creates a POMP model for the S&P 500 stock index data.

UKMeasles()

Class interface for building UK Measles POMP models and accessing data.