calibrar.HW {forecasteR} | R Documentation |
Best parameters HoltWinters model
Description
Best parameters HoltWinters model
Usage
calibrar.HW(train, test, paso = 0.1)
Arguments
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. |
Value
HoltWinters model
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
calibrar.HW(window(AirPassengers, end = c(1959, 12)), window(AirPassengers, start = 1960), 0.5)
[Package forecasteR version 2.0.2 Index]