Use STL decomposition (Seasonal-Trend decomposition using LOESS) to break down the user's data into Trend, Seasonality, and Remainder components.

A variation of the naive method that allows forecasts to increase or decrease over time based on the average change in historical data. Core Functionality

Forecasts are equal to the last observed value from the same season.