How do I find an best fit equation in the form y=Ae^kx?

N

Nadia

I have a set of data, and the only line of best fit that is important to me
is in the form y=Ae^-kx. There are no negative or zero values in my data. I
know how to add the exponential trendline on the graph, but I want to be able
to do this function non-graphically. The LOGEST function seems to be very
close to what I need except that it fits lines to the exponential curve
y=b*m^x, so that m can change while there is no variable in front of x. Is
there anyway to modify the LOGEST function to meet my needs? OR is there
another function that would perhaps work better? Thank you.
Nadia
 
M

Michael R Middleton

Nadia -

The b in the LOGEST function is the same as the A in your function.

The m in the LOGEST function is the same as the e^-k in your function.

So the k in your function equals -LN(m), using the m from the LOGEST
function.

- Mike

www.mikemiddleton.com

+++++++++++++++++++++++

I have a set of data, and the only line of best fit that is important to me
is in the form y=Ae^-kx. There are no negative or zero values in my data. I
know how to add the exponential trendline on the graph, but I want to be
able to do this function non-graphically. The LOGEST function seems to be
very close to what I need except that it fits lines to the exponential curve
y=b*m^x, so that m can change while there is no variable in front of x. Is
there anyway to modify the LOGEST function to meet my needs? OR is there
another function that would perhaps work better? Thank you. Nadia
 

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

Top