|
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 φ, θ, μ and σ^2 in an ARMA model.
Some common methods are maximum likelihood, and minimizing the conditional sum of squares.
ConditionalSumOfSquares| Method Summary | |
|---|---|
double |
AIC()
Compute the AIC of model fitting. |
double |
AICC()
Compute the AICC of model fitting. |
ImmutableMatrix |
covariance()
Get the asymptotic covariance matrix of the estimators. |
ArmaModel |
getFittedARMA()
Get the ARMA coefficients, φ. |
ImmutableVector |
stderr()
Get the asymptotic standard errors of the estimators. |
double |
var()
Get the variance of the white noise. |
| Method Detail |
|---|
ArmaModel getFittedARMA()
double var()
ImmutableVector stderr()
ImmutableMatrix 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 | |||||||