StatTimeSerAnalysis.ARMAHannahFit Method

void ARMAHannahFit(TVec Data, TVec Phi, TVec Theta, ref Double Sigma2)

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