CS460 Project :Weather forecast by time series forecast method.

BY: Haraprasad Dhal(sps 18) and Ravi Prakash Singh(sps 18)

Github

Goals


Time Series


Models:


ARIMA Model:

ARIMA :

An ARIMA model is characterized by 3 terms: p, d, q It is basically a combination of previous mentioned model where,
p is the order of the AR term.
q is the order of the MA term.
d is the number of differencing required to make the time series stationary.
If a time series, has seasonal patterns, then you need to add seasonal terms and it becomes SARIMA, short for ‘Seasonal ARIMA’.


Challenge:


Plan:


Work Division:


Relevant paper: