+ Reply to Thread
Results 1 to 3 of 3

Calculate polynomial curve

Hybrid View

  1. #1
    ronbrosh111
    Guest

    Calculate polynomial curve

    I'm trying to calculate the polynomial curve of a dataset (y values, x
    values). This is essentially what an XY scatter chart does, thought I'd like
    to see the exact coefficients. Are there statistical functions that
    accomplish this?

    Thanks!

    Ron

  2. #2
    Mike Middleton
    Guest

    Re: Calculate polynomial curve

    Ron -

    (1) Use the array-entered LINEST worksheet function (see Help for
    assistance), e.g.,

    =LINEST(y-range, x-range^{1,2,3})

    (2) Enter the x, x^2, x^3, ... data in adjacent columns on a worksheet, and
    use the Regression tool of the Analysis ToolPak. You'll get the LINEST
    results (and more) in formatted output.

    - Mike
    www.mikemiddleton.com

    "ronbrosh111" <ronbrosh111@discussions.microsoft.com> wrote in message
    news:0C856489-4D0A-4B8E-A545-D8FBA9539079@microsoft.com...
    > I'm trying to calculate the polynomial curve of a dataset (y values, x
    > values). This is essentially what an XY scatter chart does, thought I'd
    > like
    > to see the exact coefficients. Are there statistical functions that
    > accomplish this?
    >
    > Thanks!
    >
    > Ron




  3. #3
    ronbrosh111
    Guest

    Re: Calculate polynomial curve

    Thanks!

    "Mike Middleton" wrote:

    > Ron -
    >
    > (1) Use the array-entered LINEST worksheet function (see Help for
    > assistance), e.g.,
    >
    > =LINEST(y-range, x-range^{1,2,3})
    >
    > (2) Enter the x, x^2, x^3, ... data in adjacent columns on a worksheet, and
    > use the Regression tool of the Analysis ToolPak. You'll get the LINEST
    > results (and more) in formatted output.
    >
    > - Mike
    > www.mikemiddleton.com
    >
    > "ronbrosh111" <ronbrosh111@discussions.microsoft.com> wrote in message
    > news:0C856489-4D0A-4B8E-A545-D8FBA9539079@microsoft.com...
    > > I'm trying to calculate the polynomial curve of a dataset (y values, x
    > > values). This is essentially what an XY scatter chart does, thought I'd
    > > like
    > > to see the exact coefficients. Are there statistical functions that
    > > accomplish this?
    > >
    > > Thanks!
    > >
    > > Ron

    >
    >
    >


+ 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