particle_filter_data.Rd
Prepare data for use with the particle filter. This function exists to make explicit how time changes through the model relative to the data and to odin's internal clock.
particle_filter_data(data, start_date, steps_per_day)
data | A data.frame of observed data. There must be a column
|
---|---|
start_date | The date to start the simulation from. Must be
earlier than the first date in |
steps_per_day | The number of steps per day |