Slope and Intercept Formula Issue

DrPainPhD

New Member
Joined
May 24, 2018
Messages
1
Hello, all,

I am having an issue with the calculation of my Y-intercept for a fit model I am generating. The graph is in lin/log format (Y axis is linear while X axis is Log10).

For one example graph, here are the data for X and Y coordinates:

X=0.00024, 0.0008, 0.0024, 0.008, 0.024, 0.08
Y=0.0002959, 0.011835, 0.045136, 0.268209, 1.694904, 12.247465

When I use the SLOPE formula I get 3.797433 and INTERCEPT gives me 11.33409 (using the Log10 of the X value range)

Calculating by hand my SLOPE is correct, but I get 10.99 as my INTERCEPT. Can someone tell me the formula that Excel is using, because that is a big enough difference that calculation values from the curve end up wrong enough to impact my results. Which is correct (I assume 11.33 is).
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi
Welcome to the board

Check the help for the functions. It has the formulas that excel uses and you can compare with yours.
 
Upvote 0
Try applying a power function trendline -- it's a good fit to the data (it's linear on a log-log plot).

If you want the coefficients on the sheet, you can use =linest(ln(y), ln(x))
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top