Fit your data to a logarithmic curve instantly
| Coefficient | Value |
|---|---|
| a (Intercept) | - |
| b (Slope) | - |
| Metric | Value |
|---|---|
| R² (Coefficient of Determination) | - |
| RMSE (Root Mean Square Error) | - |
| X | ln(X) | Y (Actual) | Ŷ (Predicted) | Residual (Y - Ŷ) |
|---|---|---|---|---|
| No data available. Please enter your values and click Calculate. | ||||
The logarithmic regression model:
y = a + b·ln(x)
Where:
Intercept (a): Expected Y value when ln(X)=0 (X=1 in original scale)
Slope (b): Rate of change in Y per unit change in ln(X)
R² > 0.8: Strong explanatory power for business decisions
R² 0.5-0.8: Moderate explanatory power, use with caution
R² < 0.5: Weak relationship, consider alternative models like polynomial regression for more complex trends.
RMSE: Average prediction error in Y units