Jack O'Brien edited untitled.tex  almost 8 years ago

Commit id: 16464cc9b5c3b826933e37f09fbef10c9429b654

deletions | additions      

       

\subsection{ARMA}  **Talk about using white noise to drive the process  There exist a class of finite difference equations used in the analysis of discrete time series known as autoregressive-moving average (ARMA) processes. These equations relate the autoregressive and moving average properties of a times series. (obvious) A stationary process $X_t$ $\{X_t\}$  is an ARMA(p,q) process if at every time $t$ $$X_t - \phi_1X_{t-1} - ... - \phi_pX_{t-p} = Z_t + \theta_{t-1} + ... + \theta_qZ_{t-q} $$  where ${Z_t}$ $\{Z_t\}$  is a white noise process with zero mean and variance $\sigma^2$. \!\!BE SURE TO CITE BROCKWELL AND DEVID TIME SERIES THEORY AND METHODS  **Quick intro to ARMA (an maybe a bit of stochastic analysis)