I am trying to find information about ways of determining optimal parameters for the Holt-Winters model. I understand that I should minimize forecasting error, but I still can't find an appropriate optimization method for this purpose. Some researchers find optimal parameters experimentally, some of them use gradient method in Excel or built-in functions in R or Python. I want to implement my own function of finding optimal parameters for this model in C/C++, but I can't find any clear explanations of optimization methods algorithms on the internet. Could anybody help me with this issue?

More Artem Serebriakov's questions See All
Similar questions and discussions