• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

stupid question on natural logs

LordSnailz

Diamond Member
Never thought I would need this at work but I do 🙂

I'm trying to a regression on the following equation y = a*exp(b*x)+1 but it doesn't seem like I'm able to simplify to a linear equation.

If there wasn't the +1 term, it would give ln(y) = ln(a)+b*x, but with the +1 term, I'm getting ln(y) = ln(a*exp(b*x)+1) ... is there way a to break up the right side?
 
why not do a taylor series expansion on it? Keep as many coefficients as you want depending on how accurate you actually care for
 
Back
Top