线性回归模型公式

线性回归模型公式

线性回归模型的公式是“Y=bX+a”、“b=(x1y1+x2y2+...xnyn-nXY)/(x1+x2+...xn-nX)”和“a=Y-bX”。在统计学中,线性回归(Linear Regres......