+ Reply to Thread
Results 1 to 9 of 9

I am trying to calculate a curve fit using the LOGEST function

  1. #1
    Forum Contributor
    Join Date
    12-26-2005
    Location
    annapolis, Md.
    MS-Off Ver
    2007
    Posts
    260

    I am trying to calculate a curve fit using the LOGEST function

    I have edited this as follows:
    this is not a charting question - it was poorly worded by me. My question is: "how to calculate the x,y pairs for the fitted curve"
    Joe Miller
    -----------------------------------------

    I am trying to calculate a curve fit using the LOGEST function, as shown on the attachment.

    I want to then plot the fitted curve on the chart but have not been able to figure out how to calculate the x,y pairs for the fitted curve.

    The 6 data points which are to be fitted are plotted on the graph.

    The LOGEST formula is entered in cell A9.
    Attached Files Attached Files
    Last edited by Joe Miller; 04-05-2009 at 08:35 PM. Reason: this is not a charting question - it was poorly worded by me

  2. #2
    Forum Contributor
    Join Date
    12-26-2005
    Location
    annapolis, Md.
    MS-Off Ver
    2007
    Posts
    260

    Re: I am trying to calculate a curve fit using the LOGEST function

    I have edited this as follows:
    this is not a charting question - it was poorly worded by me. My question is: "how to calculate the x,y pairs for the fitted curve"
    Joe Miller

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I am trying to calculate a curve fit using the LOGEST function

    In C2 and copy down

    =$B$9 * $A$9 ^ A2

    If you right-click the plotted series and add an exponential trendline, you'll see that the results above fall on it.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Contributor
    Join Date
    12-26-2005
    Location
    annapolis, Md.
    MS-Off Ver
    2007
    Posts
    260

    Re: I am trying to calculate a curve fit using the LOGEST function

    Many thanks SHG,

    I expected the resulting curve to be a stronger fit - [ie] see the new attachment#2 which has more points. At first glance the curve appears to be a straight line but the calculations in column D show that it is indeed bending. Maybe a polynomial fit will fit closer? I will play around and see if I can do that.

    Thanks again much appreciated.
    Attached Files Attached Files

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I am trying to calculate a curve fit using the LOGEST function

    You can regress anything to a polynomial of sufficiently high order, Joe, but there is not much common data that is polynomial in behavior.

  6. #6
    Forum Contributor
    Join Date
    12-26-2005
    Location
    annapolis, Md.
    MS-Off Ver
    2007
    Posts
    260

    Re: I am trying to calculate a curve fit using the LOGEST function

    Hi SHG,

    I would like to try a degree 2 polynomial curve fit. I have searched unsuccessfully for a function to do so. Do you have any suggestions?

    Once again, thanks for all your help - you have been most helpful.

    Joe Miller

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I am trying to calculate a curve fit using the LOGEST function

    Select A23:C23 and array-enter this:

    =LINEST(B2:B21, A2:A21^{1,2})

    Then in C2 and copy down, =SERIESSUM(A2, 2, -1, $A$23:$B$23) + $C$23

    SERIESSUM is a bit of overkill for a quadratic, but it's compact for higher-order polynomials.

  8. #8
    Forum Contributor
    Join Date
    12-26-2005
    Location
    annapolis, Md.
    MS-Off Ver
    2007
    Posts
    260

    Re: I am trying to calculate a curve fit using the LOGEST function

    Jesus, Mary and Joseph,

    Bless you. That's another one I would have never figured out.

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I am trying to calculate a curve fit using the LOGEST function

    You're welcome. Mark us up as solved, Joe?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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