values[k]
from its superclass LagOperator
.For each lag k = 0, ..., maxLag
and combination of levels
\((\tau_1, \tau_2)\) from levels.1 x levels.2
the
statistic
$$\frac{1}{n} \sum_{t=1}^{n-k} ( I\{\hat F_n(Y_t) \leq \tau_1\} - \tau_1) ( I\{\hat F_n(Y_{t+k}) \leq \tau_2\} - \tau_2)$$
is determined and stored to the array values
.
Currently, the implementation of this class allows only for the analysis of univariate time series.