Least Square Fitting
Description
This function calculates Linear Regression by Least Square Fitting
Input:
	X and Y co-ornidates of points
Output:
	Slope of the Fitting Line
	Equation of Least Square Fitting Line
Linear Regression by Least Square Fitting [Vertical Offsets]

X Values (X1, X2, X3 .... Xn) Seperator is , [comma].
     
Y Values (Y1, Y2, Y3 .... Yn) Seperator is , [comma].
Calculator Output

Slope, tanø = 0.9998881294119
c = -0.099338844824304
Equation of Least Square Fitting Line is [y = mx + c]: y = 0.9998881294119x - 0.099338844824304

Graphical Output