Coefficient of Determination |
The coefficient of determination (usually abbreviated as Rē), is a measure of how well data points fit a specified curve. In Windographer this is often a linear curve that has been fitted to the data, but may occasionally be a nonlinear curve. In the special case where this curve is obtained through simple linear least squares regression, Rē is equivalent to the square of r, the Pearson correlation coefficient.
Windographer calculates the coefficient of determination using the following equation:
where:and: | ||
yi | is the y-value of the ith data point | |
y | is the mean of the y-values of all data points | |
fi | is the predicted value of the ith data point, according to the curve the data is being compared against |
See also
Pearson correlation coefficient