SeasonalNaive A Julia package to forecast time series using the seasonal naïve model. Forecasts are done using the following equation: y ^ T + k = y T + k − m ∗ ( ⌊ k + 1 m ⌋ + 1 ) where m is the seasonal period.