Hi. I want to find the gradient and intersection point of a log-log plot.
I have the following data:
a=[51.2;69.5;94.5;128.5]
b=[12.12;11.12;10.21;9.34]
I then plotted a vs. b in a log-log plot. I want to find the gradient in the log-log plot and the intersection point where x=0. I can do this without using the graph itself by using the following excel-formula:
SLOPE(LOG(F15:F18);LOG(E15:E18)). Then I got -0.28 as the gradient. The expression for the trendline: y=-0.2.896*ln(x)+23.397. There I got the point where it crosses the y-axis. But I do not get the gradient and the point where the line crosses the y-axis? Does anyone know how I can do it graphically by using "least-squares" method?
Regards,
David
Bookmarks