Power Fit - Trendline

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to link the Power Fit result back to the spreadsheet for
further data analysis?

My chart accurately displays all values however, I need to use these values
for further data analysis.

Thank you.
 
Suppose you have a plot of y=2x^3 with the x-values in A1:A12 and y-values
in B1:B12
Select two cells and enter =LINEST(LN(A1:A12),LN(B1:B12)) and use
CTRL+SHIFT+ENTER to complete it
You will get 3 and 0.693147
Suppose the 0.69 value is in E1 then =EXP(E1) gives you the 2
Now you know the parameters of the power curve
This is shown on my website
www.people.stfx/bliengme/ExcelTips/Polynomial.htm but it seems the
university server is dead (again!) today
best wishes
 
The power law fit gives Y = k X^n. You can transform this into a simple
linear regression model:

log Y = log K + n log X

Put the log of X and Y into two more columns, and use LINEST or simply SLOPE
and INTERCEPT to determine log K and n.

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top