Description Usage Arguments Value
Additive or multiplicative smoothing method, which gives the table with the values of Ft, Zt, Tt, Zt smoothed and the at (error). In addition to obtaining the general deviation of the smoothed string and predicted values if necessary.
1 2 3 4 5 6 7 8 9 10 11 | SuavizaHOLTW(
datos,
col_zt,
anio,
mes,
A,
C,
D,
metodo = c("aditivo", "multiplicativo"),
prediccion = NULL
)
|
datos |
Array of data with columns t, Zt, month and year |
col_zt |
numeric value of the Zt column |
anio |
numeric value of the years column |
mes |
numeric value of the month column |
A |
parameter value <1, A + C + D = 1 |
C |
parameter value <1, A + C + D = 1 |
D |
value of parameter <1, A + C + D = 1 |
metodo |
can take the values "additive" or "multiplicative" |
prediccion |
numerical value of the time (t) or period of which the smoothed Zt is to be predicted |
data table Ft, Zt, Tt, Zt smoothed and the at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.