View source: R/mod_holtwinters_utils.R
calibrar.HW | R Documentation |
Best parameters HoltWinters model
calibrar.HW(train, test, paso = 0.1)
train |
a ts object (train of a time series). |
test |
a ts object (test of a time series). |
paso |
indicates by value to test alpha, beta and gamma. |
HoltWinters model
Diego Jimenez <diego.jimenez@promidat.com>
calibrar.HW(window(AirPassengers, end = c(1959, 12)), window(AirPassengers, start = 1960), 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.