You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.TcfInitMethod Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.TcfInitMethod Enumeration

ARMA/ARIMA coefficients initial estimate method.

Syntax
C#
Visual Basic
public enum TcfInitMethod : uint { cfInitFixed, cfInitYW, cfInitBurg, cfInitInno, cfInitHannah }

StatTimeSerAnalysis.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!