Description Usage Arguments Value Examples
DLM building function that models and forecast a dlm model for each TS in the par_catch_all cal
1 | dlmPara(x, dlmPoly = dlmPoly, dlmSeas = dlmSeas, steps = steps, freq = freq)
|
x |
ts |
dlmPoly |
polynomial order used in model.build |
dlmSeas |
seasonal portion |
steps |
steps ahead |
freq |
"month" |
array of fitted + forecast
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.