Let be the total number of observations, an index and be the th observation. The mean squared error is given by
The mean squarred error is related to residual sum of squares (RSS) by the equation
Search
Apr 23, 20241 min read
Let n be the total number of observations, i∈N[1,n] an index and yi be the i−th observation. The mean squared error is given by MSE=n1∑i=1n(yi−y^i)2.
The mean squarred error is related to residual sum of squares (RSS) by the equation MSE=nRSS.