<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id6888978">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">What is an autoregressive moving average model (ARMA)?</name>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2006/02/15 09:14:27.547 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2006/02/15 09:20:29.633 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="Brandon_Hodgson">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Brandon</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Hodgson</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">brandon.hodgson@gmail.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="Brandon_Hodgson">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Brandon</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Hodgson</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">brandon.hodgson@gmail.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">elen5007</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/"/>
</metadata>
<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id7141260">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">What is an autoregressive moving average model (ARMA)?</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id12524203">Given a 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="file:///C:/Documents%20and%20Settings/Barney1/My%20Documents/Wits2006/Teletraffic%20engineering/Assignment%202/Html%20files/TimeSeries.htm">
time series</link>of data Xt, the autoregressive moving average
model (ARMA), sometimes called the Box-Jenkins model after George
Box and G.M. Jenkins, is used as a tool for understanding and
possibly predicting future values in the time series (Wikipedia
2006). The ARMA is typically applied to time series data (Wikipedia
2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34100454">The model typically consists of two parts, an
autoregressive (AR) part and a moving average (MA) part (Wikipedia
2006). The model is usually then referred to as an ARMA(p,q) model
where p is the order of the autoregressive part and q is the order
of the moving average part (Wikipedia 2006).</para>
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34491926">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Autoregressive model</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id12530979">The notation AR(p) refers to an
autoregressive model of order p (Wikipedia 2006). Thus, an AR(p)
model is written as</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34494870">
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id32572287">
<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="85265c25c745bb6c33b76c18587db1d9"/>
</figure>(1)(Wikipedia 2006)</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34309622">where 
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id8672341">
<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="5d2f048220952fe1926f47c1874422c4"/>
</figure>are the parameters of the model, c is a constant and εt is
an error term (Wikipedia 2006). The constant term is omitted by
many authors for simplicity (Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34047966">Example: An AR(1) model is given by</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34220167">
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id33715395">
<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="a72aecefcd54a589c2a27ebef4f73586"/>
</figure>(2)(Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id33709067">An autoregressive model is essentially an
infinite impulse response filter with some additional
interpretation placed on it (Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id6492707">Some constraints are necessary on the values
of the parameters of this model in order that the model remains
stationary (Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34261277">Example: In an AR(1) model, if |φ1| &gt; 1
then the model will not be well behaved (Wikipedia 2006).</para>
</section>
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id6423664">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Moving average model</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id31449674">The notation MA(q) refers to a moving average
model of order q (Wikipedia 2006). This is given by</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34432521">
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id32337420">
<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="b205cb9b4f4713ecc9e08b50640d02c7"/>
</figure>(3)(Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id4309984">where the θ1, ..., θq are the parameters of
the model and the εt, εt-1,... are as in the AR model, the error
terms (Wikipedia 2006). A moving average model is essentially a
finite impulse response filter with some additional interpretation
placed on it (Wikipedia 2006).</para>
</section>
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id5599759">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Autoregressive moving average model</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34517766">Taking the AR model and the MA model, we get
the ARMA model. The notation ARMA(p, q) refers to a model with p
autoregressive terms and q moving average terms (Wikipedia 2006).
This model subsumes the AR and MA models,</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id6449942">
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id6449945">
<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="fa351b01dc01ba11909cef42b5823680"/>
</figure>(4)(Wikipedia 2006).</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id34352139">The error terms εt are generally assumed to
be independent identically-distributed random variables sampled
from a normal distribution with zero mean: εt ~ N(0,σ2) where σ2 is
the 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="file:///C:/Documents%20and%20Settings/Barney1/My%20Documents/Wits2006/Teletraffic%20engineering/Assignment%202/Html%20files/Variance.htm">
variance</link>(Wikipedia 2006). These assumptions may be weakened
but doing so will change the properties of the model (Wikipedia
2006). In particular, a change to the iid assumption would make a
rather fundamental difference (Wikipedia 2006).ARMA models in
general can, after choosing p and q, be fitted by least squares
regression to find the values of the parameters which minimise the
error term (Wikipedia 2006). It is generally considered good
practice to find the smallest values of p and q which provide an
acceptable fit to the data (Wikipedia 2006). For a pure AR model
then the Yule-Walker equations may be used to provide a fit
(Wikipedia 2006).Exercise: The dependence of Xt on past values and
the error terms εt is assumed to be linear unless specified
otherwise (Wikipedia 2006). What happens if the dependence is
non-linear? 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="file:///C:/Documents%20and%20Settings/Barney1/My%20Documents/Wits2006/Teletraffic%20engineering/Assignment%202/Html%20files/AnswerARMA.htm">
Answer</link>The dependence of Xt on past values and the error
terms εt is assumed to be linear unless specified otherwise. If the
dependence is nonlinear, the model is specifically called a
nonlinear moving average (NMA), nonlinear autoregressive (NAR), or
nonlinear autoregressive moving average (NARMA)
model.References:Wikipedia. "Autoregressive moving average model",
Wikimedia Foundation Inc, 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://en.wikipedia.org/wiki/Autoregressive_moving_average_model">
http://en.wikipedia.org/wiki/Autoregressive_moving_average_model</link>,
Last accessed 14 February 2006.</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id3293184"/>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id8032935">Brandon Hodgson</para>
</section>
</section>
</content>
</document>
