MATHEMATICA FEATURED EXAMPLE
Simulate Time Series Data
Any time series process in Mathematica can be used to simulate random time series data. Use ARProcess, MAProcess, or ARMAProcess to simulate weakly stationary time series.
| In[1]:= |
| Out[2]= | ![]() |
Use ARIMAProcess to simulate time series with a trend:
| In[3]:= |
| Out[4]= | ![]() |
| In[5]:= |
| Out[6]= | ![]() |
Use FARIMAProcess to simulate a long-memory time series:
| In[7]:= |
| Out[8]= | ![]() |





