Simple Exponential Smoothing

Simple Exponential Smoothing

Simple Exponential Smoothing

Description

It is a widely used technique in Time-Series forecasting. It predicts the future values of a time series based on historical data.

Why to Use

To forecast future interval values.

When to Use

On a stable dataset

  • On a noisy dataset
  • If Real-time forecasting is essential.

When Not to Use

  • Complex Patterns and Outliers
  • High Accuracy Requirements
  • Long-Term Forecasting

Prerequisites

Error and outlier-free dataset with consistent and no missing interval values.

Input

Dataset with interval feature values

Output

  • Forecasting Chart
  • Model Parameters
  • Accuracy

Initialization Method Used

  • None
  • estimated
  • heuristic
  • legacy-heuristic
  • known

Limitations

It may not perform well when there are complex patterns, trends, or seasonality in the data.



    • Related Articles

    • Holts-Winters Exponential Smoothing

      Holts-Winters Exponential Smoothing Description The Holt-Winters Exponential Smoothing, also known as Triple Exponential Smoothing. It is a powerful time series forecasting technique that extends simple exponential smoothing by adding support for ...
    • Holt Exponential Smoothing

      Holt Exponential Smoothing Description Holt Exponential Smoothing, also known as Double Exponential Smoothing, is a forecasting. It is an extension of Simple Exponential Smoothing. This method is used for data that exhibit a trend but no seasonal ...
    • Rubiscape Winter '19

      New Features Platform & Studio New dataset creation feature for Twitter, PostgresSQL, SQL, MySQL, Oracle, Excel, CSV, Google News. Create dataset from a local TXT file using delimiter option. Supported delimiters are Semicolon, Pipe, Comma, Tab, ...
    • rubiscape Concepts

      Code Fusion Code fusion in rubiscape gives an ingenious option to the users to build their models in programming languages such as JAVA, R, or Python and integrate them into rubiscape. Code fusion makes the rubiscape platform more customizable and ...
    • Machine Learning Concepts

      Advanced Entity Extraction Advanced entity extraction, also known as entity recognition, is used to extract vital information for natural language processing (NLP). It is widely used for finding, storing and sorting textual content into default ...