multistage_parameters: Multistage filter parameters

View source: R/particle_filter_multistage.R

multistage_parametersR Documentation

Multistage filter parameters

Description

Construct parameters for a multi-stage particle filter.

Usage

multistage_parameters(pars, epochs)

Arguments

pars

The parameters covering the period up to the first change in epoch.

epochs

A list of multistage_epoch objects corresponding to a new paramter regime starting at a new time point.

Value

An object of class multistage_parameters, suitable to pass through to the run method of particle_filter


mrc-ide/mcstate documentation built on April 18, 2024, 3:01 a.m.