Skip to content

HoltWinters function

1 message · Nichenametla, Karthik K

#
Hi David,

I am facing some issues with the HoltWinters function in R (v2.9.2). I am doing time series analysis using this method. For the time series data that I used, (alpha,beta,gamma) parameters came out to be (1,0,0). I think this theoretically should mean that the predicted timeseries values will be constant. But the predicted values were not coming out to be constant. What does this mean ?

One more point is that when I ran the same code in older version(v2.8.x), I got different parameter values and different predicted values. Was there any change in HoltWinters function?

Below is my R window text:
########################################
[,1] [,2] [,3] [,4]
[1,]    1   NA   NA   NA
[2,]    0   NA   NA   NA
[3,]    0   NA   NA   NA
[1] 0.2703228 1.0252342 1.4506853 1.3881035 1.3030489 1.0624612
####################################################

Please give your comments on this.

Regards,
Karthik,
Graduate Student,
Georgia Tech.