Bill Martin -- (Remove NOSPAM from address)
Guest
Re: higher order polynomial fit line x-coefficients
barrfly wrote:
> I want to feed the coeffieicent from a best fit polynimial line into
> individual excel cells. I know that I can see the equation in the
> chart view, but how do i get the coefficients? Much like getting the
> slope of a straight line wioth the slope function.
>
> Thanks
>
>
You can do this just with the normal straight line fitting function LINEST() --
and some cleverness. Look at this web page for an example:
http://www.stfx.ca/people/bliengme/E...Polynomial.htm
Take particular note of the last line telling you how to enter an array function
with Shift/Ctrl/Enter.
Good luck....
Bill
Bookmarks