dlmPara: DLM building function that models and forecast a dlm model...

Description Usage Arguments Value Examples

Description

DLM building function that models and forecast a dlm model for each TS in the par_catch_all cal

Usage

1
dlmPara(x, dlmPoly = dlmPoly, dlmSeas = dlmSeas, steps = steps, freq = freq)

Arguments

x

ts

dlmPoly

polynomial order used in model.build

dlmSeas

seasonal portion

steps

steps ahead

freq

"month"

Value

array of fitted + forecast

Examples

1
2
3
4
5
## Not run: 
test <- replicate(5, list(ldeaths))
test_model <- par_time_series_catch(test, num.cores = 12)

## End(Not run)

ryanbieber/Time-Series-Catch-All documentation built on Oct. 13, 2020, 9:59 a.m.