Skip to contents

Create a set of scenarios that can be incorporated into projection_stochastic_model()

Usage

scenario_stochastic_model(sm, parameters = NULL, states = NULL)

Arguments

sm

Object of class stochastic_model.

parameters

A data frame or tibble() of prior parameter values. Each row should correspond to one simulation, and columns should match the parameter names expected by update_parameters(). If NULL then no parameters will be updated an are all inherited from sm

states

A data frame where each row represents an initial state. If NULL then this is generated from the initial states in sm

Value

A scenario_stochastic_model object