Skip to content

arthur-brigatto/SeasonalNaive.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages