StatTimeSerAnalysis.ARMAPredictors Method

void ARMAPredictors(TVec Data, TVec Phi, TVec Theta, TVec Predictors, TVec r)

ARMA model one-step ahead predictors.

#NameTypeDescription
1DataTVecsource TVec
2PhiTVecsource TVec
3ThetaTVecsource TVec
4PredictorsTVecsource TVec
5rTVecsource TVec

Result: stored in self (calling object)

Remarks:

Calculate the ARMA (p,q) model one-step ahead predictors.

See Also: StatTimeSerAnalysis.ARMAForecast