Construct a particle filter using the carehomes model. This is
a convenience function, ensuring that compatible functions are
used together.
carehomes_particle_filter(data, n_particles, n_threads = 1L, seed = NULL)
| data | Data suitable for use with with the
|
|---|---|
| n_particles | Number of particles to use |
| n_threads | Number of threads to use |
| seed | Random seed to use |
A mcstate::particle_filter object