public abstract class AutoCorrelationFunction extends R2toMatrix
γij = E((Xi - μi) * (Xj - μj)')
ρ(i, j) = γij / sqrt(γiiγjj)
For stationary process, the auto-correlation depends only on the lag, |i - j|.
Function.EvaluationException| Constructor and Description |
|---|
AutoCorrelationFunction() |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
get(int i,
int j)
Get the auto-correlation matrix for Xi and Xj.
|
dimensionOfDomain, dimensionOfRange, evaluate, evaluatepublic Matrix get(int i, int j)
i - i > 0j - j > 0