The incorrect statement among the options provided is:
"In practice, line of best fit or regression line is found when sum of squared distance from the points to the regression line is maximum."
This statement is incorrect because the line of best fit or regression line is actually found when the sum of the squared distances from the points to the regression line is minimized, not maximized. This is known as the principle of least squares.
To find the line of best fit, the goal is to minimize the residuals, which are the differences between the observed values and the predicted values on the regression line. The regression line is fitted in such a way that the sum of the squared residuals is as small as possible. This ensures that the line is as close as possible to the actual data points.
By minimizing the sum of squared residuals, we are finding the line that best represents the relationship between the predictor variable(s) and the response variable. This line can then be used for making predictions and testing hypotheses about the correlation between the variables.
In summary, the correct statement is that the line of best fit or regression line is found when the sum of squared distances from the points to the regression line is minimized, not maximized.