StatTimeSerAnalysis.ARMAHannahFit Method

procedure ARMAHannahFit(const Data: TVec; const Phi: TVec; const Theta: TVec; out Sigma2: Double);

Hannah-Rissanen ARMA estimation.

#NameDescription
1DataTime series.
2PhiReturns estimates for Phi coefficients. AR(p) order is determined by Phi length.
3ThetaReturns estimates for Theta coefficients. MA(q) order is determined by Theta length.
4Sigma2Returns estimate for Sigma^2 i.e. ARMA model variance.

Result: stored in self (calling object)

Remarks:

Performs Hannah-Rissanen estimation for ARMA(p,q) model.

See Also: StatTimeSerAnalysis.ARMAInnovationsFit