-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Regression line
Reading time: 1minComputes the line that best fits the given data.
Syntax
regression_line(Paired_data)
regression_line(Statistics_data, Statistics_data)
Description
Given a paired data X={(xi,yi)}i=1...n, finds a line of the form y=mx+b that best fits it. You can also extract the corresponding coefficients through the slope()
and intersect()
commands.
![]() |
![]() |
Given two sample data X={x1,...,xn} and Y={y1,...,yn}, finds a line of the form y=mx+b that best fits it.
![]() |
![]() |