Apply a Box–Cox Transformation to a Time Series
TimeSeriesMap can be used to transform values of time series.
The data contains the civilian unemployment rate in the United States from 1948 through 1993.
| In[2]:= | ![]() X |
| Out[2]= |
| In[3]:= | X |
| Out[3]= | ![]() |
Define a Box–Cox transformation.
| In[4]:= | ![]() X |
Use TimeSeriesMap to apply a Box–Cox transformation to the data with few choices of λ.
| In[5]:= | ![]() X |
| Out[6]= | ![]() |





