I am using tbats
and bats
functions and must be doing something wrong. I am using the following command for standard Holt-Winters with bats / tbats but getting an error.
tbats(y = data, use.box.cox = FALSE, use.trend = TRUE, use.damped.trend=FALSE,
seasonal.periods = 24, use.arma.errors = FALSE)
This the error generated:
Error in 1:nrow(control.array) : argument of length 0
Same thing happens when I use bats.
But when I use the above command without use.damped.trend=FALSE
I do get the answer. The problem is that the value of $\alpha=1.4$, which in my opinion is wrong.