View source: R/constructor_time_series_model.R
| sum_model | R Documentation |
Creates a composite model representing a sum of independent
time_series_model components. This is an internal constructor used
by the + methods.
sum_model(models)
models |
A list of |
A sum_model object.
mod <- pl(kappa = 0.5, sigma2 = 2) + wn(sigma2 = 1)
print(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.