Skip to content
Qalc AI
Exponential Regression
Fit an exponential curve (y = ae^bx) to your data.
Data Points
X, Y Data (one pair per line)
1, 2.5 2, 3.8 3, 8.1 4, 15.4 5, 30.2
Regression Model
Regression Equation
y = 1.2000e^(0.6382x)
a (coefficient)
1.2000
b (exponent)
0.6382
R² (Coeff. of Determination)
0.9937
Overview
Exponential regression fits a curve of the form y = ae^(bx) to a set of data points. It linearizes the data by taking the natural logarithm of y.
💡
Pro Tips
Format data as 'X, Y' on each line. Y values must be positive.
!
Fun Facts
"This method is often used for cooling/heating laws."
"A high R² value indicates a good fit to the model."
Used with this
Similar tools that might be useful
Abtest
Absolute Uncertainty
Adjusted Rsquared