public abstract class AutoCovarianceFunction extends R2toMatrix
For stationary process, the auto-covariance depends only on the lag, |i - j|.
Function.EvaluationException| Constructor and Description |
|---|
AutoCovarianceFunction() |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
get(int i,
int j)
Get the auto-covariance matrix for Xi and Xj.
|
dimensionOfDomain, dimensionOfRange, evaluate, evaluatepublic Matrix get(int i, int j)
i - i > 0j - j > 0