Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 +++++++++++++++++++++++ "Nadia" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using the Find tool in EXCEL | Excel Worksheet Functions | |||
user form | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
Trying to delete form border, and it deletes all borders | Excel Discussion (Misc queries) | |||
how do i find the root of an equation using bisection or zooming. | Excel Worksheet Functions |