Fact-checked by Grok 2 weeks ago
References
-
[1]
Time Series Analysis Using Different Forecast Methods and Case ...Simple exponential smoothing (SES) is a time‐series forecasting method for univariate data without trend or seasonality. It requires a single parameter, called ...
-
[2]
[PDF] 2 Getting started - Rob J HyndmanHolt (1957)3 extended simple exponential smoothing to linear exponential smoothing to allow forecasting of data with trends. The forecast for Holt's linear ...
-
[3]
Forecasting carbon emissions due to electricity power generation in ...The origin of exponential smoothing can be traced back to World War II. Following this regime, Robert Brown developed a tracking model to track fire control ...
-
[4]
[PDF] Exponential Smoothing: The State of the ArtThis paper is a critical review of exponential smoothing since the original work by Brown and Holt in the 1950s. Exponential smoothing is based on a.
-
[5]
[PDF] Exponential smoothing: The state of the art—Part IIHis second book,. Smoothing, Forecasting, and Prediction of Discrete. Time Series (Brown, 1963), developed the general exponential smoothing methodology. In ...
-
[6]
Exponential smoothing: The state of the art - Wiley Online LibraryThis paper is a critical review of exponential smoothing since the original work by Brown and Holt in the 1950s. Exponential smoothing is based on a.
-
[7]
Chapter 7 Exponential smoothing | Forecasting - OTextsForecasts produced using exponential smoothing methods are weighted averages of past observations, with the weights decaying exponentially as the observations ...Missing: definition | Show results with:definition
-
[8]
Statistical forecasting for inventory control | Semantic ScholarThis book explains how to design an economical, efficient inventory-control system through better routine short-range forecasting, with suggestions for ...
-
[9]
7.1 Simple exponential smoothing | Forecasting - OTextsSimple exponential smoothing (SES) is a forecasting method for data without clear trends or seasonality, using weighted averages with exponentially decreasing ...Missing: authoritative sources
-
[10]
[PDF] Determining The Optimal Values Of Exponential Smoothing ConstantsWe examine the impact of initial forecasts on the smoothing constants and the idea of optimizing the initial forecast along with the smoothing constants. We.<|control11|><|separator|>
-
[11]
[PDF] A state space framework for automatic forecasting using exponential ...This paper presents a new automatic forecasting approach using exponential smoothing methods, equivalent to state space models, for automatic forecasting.
-
[12]
6.4.3.1. Single Exponential SmoothingExponential smoothing weights past observations with exponentially decreasing weights to forecast future values, This smoothing scheme begins by setting S 2 ...Missing: estimation | Show results with:estimation
-
[13]
7.2 Trend methods | Forecasting: Principles and Practice (2nd ed)Holt (1957) extended simple exponential smoothing to allow the forecasting of data with a trend. This method involves a forecast equation and two smoothing ...Missing: original paper
-
[14]
7.3 Holt-Winters' seasonal method | Forecasting - OTextsone for the level ℓt ℓ t , one for the trend bt b t , and one ...Missing: Peter | Show results with:Peter
-
[15]
Forecasting for inventory control with exponential smoothingThe conceptualisation of exponential smoothing (Holt, 1957, Brown, 1959 ... Statistical forecasting for inventory control. (1959). R.G. Brown. Decision ...
-
[16]
Forecasting Stock Prices with an Integrated Approach Combining ...Exponential smoothing is a widely used time series forecasting method with significant applicability in finance, particularly for stock price prediction. Its ...
-
[17]
(PDF) The Application of Exponential Smoothing in GDP ForecastingThe exponential smoothing method, also known as an exponentially weighted average method, is a forecasting method with the advantages of a clear process and ...
-
[18]
A Study on Exponential Smoothing Model for Load ForecastingExponential smoothing model is one of the main load forecasting models of power systems, the accuracy of the model depends on smoothing coefficient.Missing: prediction | Show results with:prediction
-
[19]
Sales Forecasting Using Exponential SmoothingThe purpose of this thesis is to show that exponential smoothing as a sales forecasting device and as a device to predict demand for production and inventory ...
-
[20]
A hybrid approach to time series forecasting: Integrating ARIMA and ...This hybrid model enhances forecast accuracy by leveraging ARIMA's ability to capture linear dependencies and short-term fluctuations.
-
[21]
(PDF) Forecasting Feature Selection based on Single Exponential ...Aug 7, 2025 · Feature selection plays a pivotal role in machine learning, aiming to reduce data dimensionality and enhance classification accuracy by ...
-
[22]
[PDF] ANOTHER LOOK AT FORECAST-ACCURACY METRICS FOR ...He also introduces a new metric—the mean absolute scaled error. (MASE)—which is more appropriate for intermittent-demand data. More generally, he believes that ...
-
[23]
Forecasting intermittent demand by hyperbolic-exponential smoothingCroston's method is generally viewed as being superior to exponential smoothing when the demand is intermittent, but it has the drawbacks of bias and an ...
-
[24]
Forecasting Functions for Time Series and Linear ModelsThe R package forecast provides methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space ...Missing: documentation | Show results with:documentation
-
[25]
ets Exponential smoothing state space model - RDocumentationA state space framework for automatic forecasting using exponential smoothing methods. International J. Forecasting, 18(3), 439--454.
-
[26]
statsmodels.tsa.holtwinters.ExponentialSmoothingThis is a full implementation of the holt winters exponential smoothing as per [1]. This includes all the unstable methods as well as the stable methods.
-
[27]
pmdarima: ARIMA estimators for Python — pmdarima 2.0.4 documentation- **pmdarima Overview**:
-
[28]
ExponentialSmoothing — sktime documentationThe alpha value of the simple exponential smoothing, if the value is set then this value will be used as the value. initial_trendfloat or None, default=None.<|control11|><|separator|>
-
[29]
FORECAST.ETS function - Microsoft SupportFORECAST.ETS predicts a future value using historical data and the ETS algorithm, requiring a constant step between timeline points.
-
[30]
Signal Smoothing - MATLAB & Simulink Example - MathWorksThe goal of smoothing is to produce slow changes in value so that it"s easier to see trends in our data. Sometimes when you examine input data you may want to ...Motivation · Weighted Moving Average Filters · Savitzky-Golay Filters · Resampling
-
[31]
Classification and regression - Spark 4.0.1 DocumentationThis page covers algorithms for Classification and Regression. It also includes sections discussing specific classes of algorithms, such as linear methods, ...Logistic regression · Naive Bayes · Generalized linear regression
-
[32]
Dealing with missing data in an exponential smoothing modelJul 23, 2013 · There does not seem to be a standard way to deal with missing data in the context of the exponential smoothing family of models.Selecting between exponential smoothing models: MAPE or AIC?Algorithms for automatic model selection - Cross ValidatedMore results from stats.stackexchange.com
-
[33]
7.6 Estimation and model selection | Forecasting - OTextsThe models can be estimated in R using the ets() function in the forecast package. ... Forecasting with exponential smoothing: The state space approach.Missing: documentation | Show results with:documentation