You are here: Symbol Reference > StatTimeSerAnalysis Namespace > Structs, Records, Enums > StatTimeSerAnalysis.TcfInitMethod Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTimeSerAnalysis.TcfInitMethod Enumeration

ARMA/ARIMA coefficients initial estimate method.

Pascal
TcfInitMethod = (
  cfInitFixed,
  cfInitYW,
  cfInitBurg,
  cfInitInno,
  cfInitHannah
);
Members 
Description 
cfInitFixed 
User suplied values for phi and theta. 
cfInitYW 
Yule-Walker estimates for pure AR(p) process. 
cfInitBurg 
Burg estimates for pure AR(p) process. 
cfInitInno 
Innovations estimates for ARMA(p,q) process. 
cfInitHannah 
Hannah-Rissanen estimates for ARMA(p,q) process. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!