Improved Support of Random Processes in Expectation 

Mathematica 10's improved integration of random process and probability and statistics frameworks enables symbolic computation with many slices of a process. In particular, this example investigates two estimators of the absolute autocorrelation function and explores the trade between the estimator's bias and its population variance.

Let denote values of a random process arma at time .

In[1]:=
Click for copyable input
X

Consider two-sample estimator of the absolute correlation function sequence and .

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

Compute population expectation of these estimators for ARMA(1,1) process.

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

The first estimator, , is biased, while the second, , is unbiased.

In[6]:=
Click for copyable input
X
Out[6]=
In[7]:=
Click for copyable input
X
Out[7]=

Compute population variances of these estimators.

In[8]:=
Click for copyable input
X
Out[8]=
In[9]:=
Click for copyable input
X
Out[9]=

The variance of the unbiased estimator grows for large lags.

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

Therefore, AbsoluteCorrelationFunction uses the biased estimator.

In[11]:=
Click for copyable input
X
Out[11]=
de es ja pt-br zh