public interface ARMAFitting
extends java.io.Serializable
Some common methods are maximum likelihood, and minimizing the conditional sum of squares.
ConditionalSumOfSquares| Modifier and Type | Method and Description |
|---|---|
double |
AIC()
Compute the AIC of model fitting.
|
double |
AICC()
Compute the AICC of model fitting.
|
Matrix |
covariance()
Get the asymptotic covariance matrix of the estimators.
|
ARMAModel |
getFittedARMA()
Get the ARMA coefficients, φ.
|
Vector |
stderr()
Get the asymptotic standard errors of the estimators.
|
double |
var()
Get the variance of the white noise.
|
ARMAModel getFittedARMA()
double var()
Vector stderr()
Matrix covariance()
double AIC()
double AICC()