Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 856 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 856 Bytes

SeasonalNaive

Stable Dev Build Status Coverage

A Julia package to forecast time series using the seasonal naïve model.

Forecasts are done using the following equation:

$\hat{y}_{T+k} = y_{T+k-m*(\lfloor \frac{k+1}{m}\rfloor + 1)}$

where $m$ is the seasonal period.