facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.55k stars 4.54k forks source link

Different seasonality for the same month prophet #2608

Open Leonskyr opened 3 months ago

Leonskyr commented 3 months ago

I have a case when only monthly seasonality and the trend are used by prophet to build future forecasts. However, the additive seasonality terms in the output are different for the same month of a different year. Even though the forecasts turned out to be rather accurate, I would like to get the explanation ofn how exactly prophet calculates additive terms. Thank you!