|
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.univariate.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 |
| Constructor Summary | |
|---|---|
LinearRepresentation(ArmaModel arma)
Construct the linear representation of an ARMA model. |
|
LinearRepresentation(ArmaModel arma,
int nlags)
Construct the linear representation of an ARMA model. |
|
| Method Summary | |
|---|---|
double[] |
psi()
Get a copy of the linear representation coefficients. |
| 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
| Constructor Detail |
|---|
public LinearRepresentation(ArmaModel arma,
int nlags)
arma - an ARMA modelnlags - number of lagspublic LinearRepresentation(ArmaModel arma)
arma - an ARMA model| Method Detail |
|---|
public double[] psi()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||