Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GrahamSRowe

    Exponential trendline fit in Excel using LINEST - fixing a variable

    I know that you can use the following formulae in Excel to fit a curve using LINEST for the named ranges x and y: Exponential Trendline Equation: y = c *e ^(b * x) c: =EXP(INDEX(LINEST(LN(y),x),1,2)) b: =INDEX(LINEST(LN(y),x),1) My question is, if I want to fix c=1 can I simply use b...

Part and Inventory Search

Back
Top