|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Invertibility
public class Invertibility
This class computes the inverse representation of an Autoregressive Moving Average (ARMA) model.
| Field Summary | |
|---|---|
static int |
DEFAULT_NLAGS
the default number of lags |
ImmutableMatrix[] |
PI
the coefficients of the linear representation of the time series |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_NLAGS
public final ImmutableMatrix[] PI
| Constructor Detail |
|---|
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
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||