TD_SIMPLEEXP Function | Teradata Vantage - TD_SIMPLEEXP - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

TD_SIMPLEEXP uses simple exponential smoothing for the forecast model for univariate data. It does not use seasonality or trends for the model.

Exponential smoothing is with time series data. It generates accurate forecasts with minimal computation. By focusing on recent observations and giving them more weight in the forecast, exponential smoothing can capture short-term fluctuations in the data and provide a more accurate prediction of future values.

Exponential smoothing generates forecasts with measures of uncertainty. This is useful for decision-making in finance and operations where accurate forecasting is crucial. By providing a range of possible outcomes with associated probabilities, exponential smoothing can help businesses and organizations make informed decisions about future trends and outcomes.

Compared to other forecasting methods such as ARIMA, exponential smoothing may be more suitable for certain applications and industries due to its simplicity, computational efficiency, and ability to generate forecasts with measures of uncertainty. It can be adapted to handle various time series data, making it a flexible and versatile tool for forecasting.