public class Invertibility
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NLAGS
the default number of lags
|
ImmutableMatrix[] |
PI
the coefficients of the linear representation of the time series
|
| Constructor and Description |
|---|
Invertibility(ARMAModel model)
Construct the inverse representation of an ARMA model up to the default number of lags
DEFAULT_NLAGS. |
Invertibility(ARMAModel model,
int nLags)
Construct the inverse representation of an ARMA model.
|
public static final int DEFAULT_NLAGS
public final ImmutableMatrix[] PI
public Invertibility(ARMAModel model, int nLags)
model - the ARMA modelnLags - the number of lags in the seriespublic Invertibility(ARMAModel model)
DEFAULT_NLAGS.model - the ARMA model