« View all new features in Mathematica 9  previous  |  next 
New in Mathematica 9Time Series and Stochastic Differential Equations

Perform Autoregressive Filtering 

Filter data using an autoregressive Kalman filter.

In[1]:=
Click for copyable input
X

Fit an autoregressive model to the data using EstimatedProcess.

In[2]:=
Click for copyable input
X
Out[2]=

Filter the data according to the estimated process using KalmanFilter.

In[3]:=
Click for copyable input
X
Out[3]=

Compare the data and the filter.

In[4]:=
Click for copyable input
X
Out[4]=