Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Hi, I'm using the "Power" trendline in an XY scatter chart and want to use the formula and the rsquared result in a worksheet. What worksheet function can I use to to show the function (or it's components) and the rsquared within the worksheet? (The formula stated on the chart is: y = 644.691x^-0.895) I've looked at LINEST but that seems to only give a straight line trend? LOGEST gives me the exponential result? Basically I'm worried about using the rsquared value from the chart if I don't have it through a function as well. Anyone able to help? Thanks! -- acjim ------------------------------------------------------------------------ acjim's Profile: http://www.excelforum.com/member.php...o&userid=24487 View this thread: http://www.excelforum.com/showthread...hreadid=381152 |
#2
![]() |
|||
|
|||
![]()
Despite extremely misleading text in Help, LINEST is not limited to
straight lines; it fits models that are linear in the unknown coefficients (polynomials, etc.), cf. http://www.stfx.ca/people/bliengme/E...Polynomial.htm If y=a*x^b then ln(y)=ln(a)+b*ln(x), which the chart trendline uses to estimate the coefficients. In that second form, you can use LINEST, or SLOPE, INTERCEPT, and RSQ. If you do not have Excel 2003, http://groups-beta.google.com/group/...e7a1c650?hl=en suggests alternate calculations that will be more accurate in certain circumstances. Jerry acjim wrote: Hi, I'm using the "Power" trendline in an XY scatter chart and want to use the formula and the rsquared result in a worksheet. What worksheet function can I use to to show the function (or it's components) and the rsquared within the worksheet? (The formula stated on the chart is: y = 644.691x^-0.895) I've looked at LINEST but that seems to only give a straight line trend? LOGEST gives me the exponential result? Basically I'm worried about using the rsquared value from the chart if I don't have it through a function as well. Anyone able to help? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fan charts | Charts and Charting in Excel | |||
CHR() function not working in Excel 2003 | Excel Discussion (Misc queries) | |||
Adding a chart to a Word template linked to an Excel doc. | Excel Discussion (Misc queries) | |||
Import chart to Power Point and Macro problem | Excel Discussion (Misc queries) | |||
Excel function help facilities | Excel Discussion (Misc queries) |