public class LinearRepresentation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NUMBER_OF_LAGS
the default number of lags
|
| Constructor and Description |
|---|
LinearRepresentation(ARMAModel arma)
Construct the linear representation of an ARMA model.
|
LinearRepresentation(ARMAModel arma,
int nlags)
Construct the linear representation of an ARMA model.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
psi()
Get a copy of the linear representation coefficients.
|
public static final int DEFAULT_NUMBER_OF_LAGS
public LinearRepresentation(ARMAModel arma, int nlags)
arma - an ARMA modelnlags - number of lagspublic LinearRepresentation(ARMAModel arma)
arma - an ARMA model