Posts tagged scatterplots
Coefficient of determination and root-mean-square error (RMSE)

To find RMSE, you’ll find the residual for each data point, then square it. You’ll add up all of those square residuals, and then divide by n-1, just like when we were taking sample standard deviation, instead of population standard deviation. Then you’ll take the square root of that result, and you’ll get the standard deviation of the residuals.

Read More
Scatterplots and regression lines

A scatterplot, also called a scattergraph or scatter diagram, is a plot of the data points in a set. It plots data that takes two variables into account at the same time.

Read More