public class VARMAAutoCorrelation extends MultivariateAutoCorrelationFunction
ARMAacf
and TacvfAR
in package FitAR
.Function.EvaluationException
Constructor and Description |
---|
VARMAAutoCorrelation(VARMAModel model,
int nLags)
Compute the auto-correlation function for a vector ARMA model.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
evaluate(double i)
Get the i-th auto-correlation matrix.
|
Matrix |
evaluate(double i,
double j)
Evaluate f(x1, x2) = A.
|
get
dimensionOfDomain, dimensionOfRange, evaluate
public VARMAAutoCorrelation(VARMAModel model, int nLags)
model
- an ARIMA modelnLags
- the number of lagspublic Matrix evaluate(double i, double j)
R2toMatrix
evaluate
in class R2toMatrix
i
- x1
j
- x2
f(x1, x2)
public Matrix evaluate(double i)
i
- the lag orderCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.