Linear Regression — Linearisable Models

Fit your (x, y) dataset by least squares: linear, exponential, logarithmic, or power — with R², RMSE, and a LaTeX-rendered equation.

6 / 7
#
x
y
1
2
3
4
5
6
7
Fitted equationn = 6
y=1.986x+0.1y = 1.986\,x + 0.1
Slope (a)

1.986

a
Intercept (b)

0.1

b
R² Coefficient

0.9993

fit
RMSE

0.09258

y units

Fundamentals & Explanation