Learn R Programming

DLMtool (version 3.2)

runInMP: Runs input control MPs on a DLM_data object.

Description

Function runs a MP (or MPs) of class 'DLM_input' and returns a list: input control recommendation(s) in element 1 and DLM_data object in element 2.

Usage

runInMP(DLM_data, MPs = NA, reps = 100)

Arguments

DLM_data
A object of class DLM_data
MPs
A vector of MPs of class 'DLM_input'
reps
Number of stochastic repititions - often not used in input control MPs.