microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algos used behind series_decompose and series_decompose_forecast()

hmamirchishti opened this issue · comments

Hi there, I am unable to find Information regarding algorithms used to implement series_decompose() and series_decompose_forecast(). Further, I read the book mentioned in series_decompose() regarding information and I believe its one of X11, SEATS or STL. Please tell me what was used and later what algorithm is being used for forecasting that decomposed parameters out of time series?

The algorithm is STL with specific tweaks and improvements to make it robust (to outliers in the training data) as well as optimized for processing thousands of time series in seconds. I truly don't understand this statement as the algorithm is fully documented with references - series_decompose_forecast refers to serie_decompose that describes the algorithm and link to the time series decomposition chapter in Hyndman book (which is the "bible" for this model). If there are additional questions please connect us, will be happy to help and further explain