Stats Master VCL
|
Triple exponential forecast.
Parameters |
Description |
Y |
Time series data set. |
YHat |
Time series forecasts. Size of the YHat vector are adjusted automatically. |
Alpha |
Overal smoothing parameter used for forecast. |
Beta |
Trend smoothing parameter used for forecast. |
Gamma |
Seasonal smoothing parameter used for forecast. |
T |
Forecast values up to T period. |
Period |
Period length. An exception is raised if Y.Length mod Period is not 0. |
The h period ahead forecast is given by:
where P is period length.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|