MATHEMATICA FEATURED EXAMPLE
Perform Autoregressive Filtering
| In[34]:= |
Fit an autoregressive model to the data, using EstimatedProcess:
| In[36]:= |
| Out[36]= |
Filter the data according to the estimated process, using KalmanFilter:
| In[37]:= |
| Out[37]= |
| In[38]:= |
| Out[38]= | ![]() |

