+ Reply to Thread
Results 1 to 4 of 4

FORECAST.ETS produces different result to exponential trendline on scatter graph

  1. #1
    Registered User
    Join Date
    08-27-2019
    Location
    England
    MS-Off Ver
    O365
    Posts
    2

    FORECAST.ETS produces different result to exponential trendline on scatter graph

    Hi there,

    Is anyone aware of the difference between the calculation behind the exponential trendline function in an Excel scatter graph and the FORECAST.ETS formula?

    They are providing different results with the same data set and I'm not sure why..

    Thanks!
    Last edited by RY4N; 06-17-2020 at 10:23 AM.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,416

    Re: FORECAST.ETS produces different result to exponential trendline on scatter graph

    ETS stands for "Exponential Triple Smoothing" which is a smoothing algorithm that is completely different from the least squares regression algorithm behind the exponential trendline (and the LOGEST() and GROWTH() functions). The chart trendline is a based linear regression to the equation y=b*exp(mx) [linearized as ln(y)=ln(b)+mx]. ETS is a signal smoothing algorithm that attempts to take out the noise in a signal to get a smoother signal (Wikipedia description: https://en.wikipedia.org/wiki/Expone...tial_smoothing ).

    If you are trying to replicate the chart trendline in the spreadsheet, use the LOGEST() function (which regresses against the equivalent y=b*m^x) or use the GROWTH() function.
    https://support.microsoft.com/en-us/...rs=en-us&ad=us
    https://support.microsoft.com/en-us/...6-21324e68b80d
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: FORECAST.ETS produces different result to exponential trendline on scatter graph

    Also note, depending on the set up, FORECAST.ETS will either auto detect seasonality in forecast (based on data set) or use preset seasonality in forecast.

    This will be drastically different from linear regression, as regression does not take into account seasonal pattern.
    "Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
    ― Robert A. Heinlein

  4. #4
    Registered User
    Join Date
    08-27-2019
    Location
    England
    MS-Off Ver
    O365
    Posts
    2

    Re: FORECAST.ETS produces different result to exponential trendline on scatter graph

    Perfect, that explains it.

    Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Equation - Exponential Trendline
    By RVNiekerk in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-23-2019, 01:06 PM
  2. Exponential Smoothing Forecast
    By Denlaws in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-09-2016, 04:22 PM
  3. [SOLVED] Excel 2010 Trendline With Data labels or number on forward forecast trendline
    By camelight in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 10-15-2015, 08:35 AM
  4. Scatter graph linear trendline and equation to find unknown
    By S_9 in forum Excel Charting & Pivots
    Replies: 9
    Last Post: 05-09-2013, 08:26 PM
  5. [SOLVED] Difference between trendline result in a graph and LINEST (polynomial 4 example)
    By derik111 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-01-2012, 04:26 AM
  6. Scatter Graph with Trendline and Trend band!
    By ssrirao in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 05-23-2007, 04:14 AM
  7. Exponential trendline offset
    By drjulianof in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-22-2006, 06:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1