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
|
ImmutableMatrix[] |
PSI
the coefficients of the linear representation of the time series
|
| Constructor and Description |
|---|
LinearRepresentation(ARMAModel model)
Construct the linear representation of an ARMA model up to the default number of lags
DEFAULT_NUMBER_OF_LAGS. |
LinearRepresentation(ARMAModel model,
int nLags)
Construct the linear representation of an ARMA model.
|
public static final int DEFAULT_NUMBER_OF_LAGS
public final ImmutableMatrix[] PSI
public LinearRepresentation(ARMAModel model, int nLags)
model - the ARMA modelnLags - the number of lags in the seriespublic LinearRepresentation(ARMAModel model)
DEFAULT_NUMBER_OF_LAGS.model - the ARMA model