Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Your discussion of LINEST (LOGEST behaves similarly) explicitly continues the
misconception, fostered by Excel's Help, that LINEST is limited to simple linear regression. Actually the x data can be a rectangular region, in which case LINEST does multiple regression linear in the unknowns. Polynomial regression is a special case that can be handled by array formulas without the need to have the power columns explicitly exist on the worksheet, as in =LINEST(ycolumn,xcolumn^{1,2,3,...},intercept,stat s) The ATP regression tool simply reformats and expands (not always intelligently) the output of LINEST. Prior to 2003, LINEST could get into numerical difficulty quickly on polynomial regressions that the chart trendline handled quite well. "Improvements" to charting in 2007 make it unreliable in many instances that LINEST now handles easily. Jerry "Kelly O'Day" wrote: Niccole: .... Here's a link to my page on trend analysis with Excel. This page shows several regression techniques that you can use with Excel. http://processtrends.com/toc_trend_a...with_Excel.htm |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the default line colors in Excel graphs? | Charts and Charting in Excel | |||
Smoothing Line Graphs - Excel 2000 | Excel Discussion (Misc queries) | |||
excel graphs line correctly, shows wrong value label? | Excel Discussion (Misc queries) | |||
line graphs in excel | Excel Discussion (Misc queries) | |||
line graphs in excel | Excel Worksheet Functions |