I am trying to use HoltWinters(in R) on the below time series data. As can be seen, it has trend + seasonality. I have 25 monthly data points.
But on checking the object returned by HoltWinters() function, below is what I get.
What is causing the alpha, beta, gamma to be at extremes? What can I do to fix this?