E

Exponential smoothing

Generates a forecast of future values of a time series

Nº Q775837 ★

Common · Knowledge

Exponential smoothing

Generates a forecast of future values of a time series

Exponential smoothing or exponential moving average (EMA) is a technique for smoothing time series data using the exponential window function. Whereas in the simple moving average the past observations are weighted equally, exponential functions are used to assign exponentially decreasing weights over time.

Last price

—

Floor price

—

7-day median

—

30-day sales

0

30-day range

—

In circulation

0

Price history

Show table
Datemedian LowHighsales

Sales history

Last sale
—
30-day average
—
30-day low
—
30-day high
—
Sales 7d
0
Sales 30d
0

No sales yet.

Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.

From Wikipedia

Exponential smoothing or exponential moving average (EMA) is a technique for smoothing time series data using the exponential window function. Whereas in the simple moving average the past observations are weighted equally, exponential functions are used to assign exponentially decreasing weights over time. It is an easily learned and easily applied procedure for making some determination based on prior assumptions by the user, such as seasonality. Exponential smoothing is often used for analysis of time-series data. Exponential smoothing is one of many window functions commonly applied to smooth data in signal processing, acting as low-pass filters to remove high-frequency noise. This method is preceded by Poisson's use of recursive exponential window functions in convolutions from the 19th century, as well as Kolmogorov and Zurbenko's use of recursive moving averages from their studies of turbulence in the 1940s. The raw data sequence is often represented by { x t } {\textstyle \{x_{t}\}} beginning at time t = 0 {\textstyle t=0} , and the output of the exponential smoothing algorithm is commonly written as { s t } {\textstyle \{s_{t}\}} , which may be regarded as a best estimate of what the next value of x {\textstyle x} will be. When the sequence of observations begins at time t = 0 {\textstyle t=0} , the simplest form of exponential smoothing is given by the following formulas: s 0 = x 0 s t = α x t + ( 1 − α ) s t − 1 , t > 0 {\displaystyle {\begin{aligned}s_{0}&=x_{0}\\s_{t}&=\alpha x_{t}+(1-\alpha )s_{t-1},\quad t>0\end{aligned}}} where α {\textstyle \alpha } is the smoothing factor, and 0 < α < 1 {\textstyle 0<\alpha <1} . If s t − 1 {\textstyle s_{t-1}} is substituted into s t {\textstyle s_{t}} continuously so that the formula of s t {\textstyle s_{t}} is fully expressed...

Text: Wikipédia, CC BY-SA 4.0. ·

Related cards

Confirmation