You are here: Symbol Reference > StatTimeSerAnalysis Namespace > Functions > StatTimeSerAnalysis.TripleExpSmooth Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTimeSerAnalysis.TripleExpSmooth Function

In this case a fixed smoothing constants Alpha, Beta and Gamma are used in smoothing equations (no minimization is performed).

Pascal
procedure TripleExpSmooth(const Y: TVec; const S: TVec; const B: TVec; const L: TVec; const Alpha: double; const Beta: double; const Gamma: double; out MSE: double; const Period: Integer); overload;
Parameters 
Description 
Time series data set. 
Smoothed values (see above equation). Size and complex properties of S are set automatically. 
Trend values (see above equation). Size and complex properties of b are set automatically. 
Seasonal indices (see above equation). Size and complex properties of L are set automatically. 
Alpha 
Defines initial estimate for Alpha, returns Alpha which minimizes MSE. 
Beta 
Defines initial estimate for Beta, returns Beta which minimizes MSE. 
Gamma 
Defines initial estimate for Gamma, returns Gamma which minimizes MSE. 
MSE 
Returns MSE, evaluated for constant Alpha, Beta and Gamma
Period 
Period length. An exception is raised if Y.Length mod Period is not 0. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!