|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ARMAFitting
This interface represents a fitting method for estimating φ, θ, μ, σ2 in an ARMA model.
ConditionalSumOfSquares| Method Summary | |
|---|---|
double |
AIC()
Compute the AIC of fitted model. |
double |
AICC()
Compute the AICC of fitted model. |
Matrix |
covariance()
Get the asymptotic covariance matrix of the estimators. |
ARIMAModel |
getModel()
Get the fitted ARMA model. |
Vector |
stderr()
Get the asymptotic standard errors of the estimators. |
double |
var()
Get the variance of the white noise. |
| Method Detail |
|---|
ARIMAModel getModel()
double var()
Vector stderr()
Matrix covariance()
double AIC()
double AICC()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||