updateKalman: Update the kalman fit

View source: R/Kalman.R

updateKalmanR Documentation

Update the kalman fit

Description

function for update objects generated by the kalman function

Usage

updateKalman(data, update = 1e+05, n.iter = 1000, recompile = FALSE)

Arguments

data

an object generated by the Kalman function

update

number of iterations to be used for update the burn.in.

n.iter

length of the drawn after the last burn.in.

recompile

logical. if TRUE, the model will be recompiled

Details

Requires an object generated by the function kalman. If the object is loaded from a previously saved session, the model will need to be recompiled. this function is not parallelized.

Value

same object type as the one returned by kalman


farcego/slimmingDive documentation built on April 14, 2024, 8:24 a.m.