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

Double exponential forecast.

Pascal
procedure DoubleExpForecast(const Y: TVec; const YHat: TVec; const Alpha: double; const Gamma: double; const T: Integer; const InitMethod: Integer = 0); overload;
Parameters 
Description 
Time series data set. 
YHat 
Time series forecasts. Size of the YHat vector are adjusted automatically. 
Alpha 
Overal smoothing parameter used for forecast. 
Gamma 
Trend smoothing parameter used for forecast. 
Forecast values up to T period. 
InitMethod 
Defines how the initial values for b[0] are calculated. 

Forecasts time series values by using double exponential smoothing equations. For double exponential smoothing, the h period ahead forecast is given by: 

 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!