holtwinters Questions
2
Solved
I tried forecasting with holt-winters model as shown below but I keep getting a prediction that is not consistent with what I expect. I also showed a visualization of the plot
Train = Airline[:130...
Gibber asked 10/6, 2018 at 15:54
1
I have a time series data with a frequency = 7 as follows:
combo_1_daily_mini <- read.table(header=TRUE, text="
region_1 region_2 region_3 date incidents
USA CA San Francisco 1/1/15 37
USA CA S...
Diffractometer asked 18/1, 2017 at 6:51
5
Solved
I am trying to use the forecast.holtwinters function and when I try to run it:
dftimeseriesforecast <- forecast.HoltWinters(data, h=65)
I get this error:
Error: could not find function "fo...
Troostite asked 28/7, 2017 at 13:28
1
Solved
I am following this tutorial by Rob Hyndman for initialization (additive).
Steps to calculate initial values are specified as:
I am running above steps manually (with pen/paper) on data set pro...
Divulsion asked 12/3, 2014 at 19:11
1
© 2022 - 2024 — McMap. All rights reserved.