Filter a Time Series
Mathematica provides a variety of functions for filtering a time series in order to reveal trends in the data.
The following data gives the number of accidental deaths in the United States recorded monthly.
| In[1]:= | X |
| Out[1]= |
| In[2]:= | X |
| Out[2]= |
Filter the series with a six-month window.
| In[3]:= | X |
| In[4]:= | X |
| Out[5]= | ![]() |

