|
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.LinearRepresentation
public class LinearRepresentation
This class computes the linear representation of an Autoregressive Moving Average (ARMA) model. A linear representation writes the time series as an (infinite) AR model.
| Field Summary | |
|---|---|
static int |
DEFAULT_NUMBER_OF_LAGS
the default number of lags |
ImmutableMatrix[] |
PSI
the coefficients of the linear representation of the time series |
| Constructor Summary | |
|---|---|
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. |
|
| 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_NUMBER_OF_LAGS
public final ImmutableMatrix[] PSI
| Constructor Detail |
|---|
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
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||