Exponential Regression Calculator
Fit an exponential model y = a*e^(bx) to data.
Exponential regression fits y = a*e^(bx) to data showing growth or decay.
The math behind it
Take ln(y) to linearize, run a linear regression of ln(y) on x, then a = e^intercept and b is the slope.
Worked example
Doubling-ish data gives b near 0.4 (about 49% growth per step).
FAQ
Why must y be positive?
The model takes the logarithm of y, which needs y > 0.