Skip to content

DimamoN/time-series-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

time-series-prediction

Just a visual comparison of simple time-series prediction methods:

  • Moving Average (MA)
  • Weighted Moving Average (WMA)
  • Exponential Smoothing (ES)
  • Double Exponential Smoothing (DES)