The correlation coefficient computed form a set of 30 observations is 0.8 then the percentage of variation not explained by linear regression is
36%
In linear regression, we often want to understand how much of the variation in the dependent variable can be attributed to the linear relationship with the independent variable. The correlation coefficient (denoted by \(r\)) is a measure of the linear association between two variables. While the correlation coefficient itself tells us the strength and direction of the linear relationship, its square, known as the coefficient of determination (\(r^2\)), tells us the proportion of the variance in the dependent variable that is predictable from the independent variable.
The value of the correlation coefficient \(r\) is given as 0.8. The coefficient of determination, \(r^2\), represents the proportion of the total variation in the dependent variable that is explained by the linear relationship with the independent variable.
The formula for the coefficient of determination is:
\(r^2 = (\text{correlation coefficient})^2\)
Given \(r = 0.8\), we calculate \(r^2\) as:
\(r^2 = (0.8)^2 = 0.64\)
This means that 0.64, or 64%, of the variation in the dependent variable is explained by the linear regression model.
The total variation in the dependent variable can be split into two parts:
The proportion of variation not explained by the linear regression model is \(1 - r^2\). This represents the part of the variation that is due to other factors or random chance, not accounted for by the linear relationship with the independent variable.
Using the calculated \(r^2\) value of 0.64:
Proportion of unexplained variation = \(1 - r^2 = 1 - 0.64 = 0.36\)
To express this proportion as a percentage, we multiply by 100%:
Percentage of unexplained variation = \(0.36 \times 100\% = 36\%\)
Therefore, 36% of the variation is not explained by the linear regression using the given data with a correlation coefficient of 0.8.
Let's summarise the key terms:
| Term | Symbol | What it Represents |
|---|---|---|
| Correlation Coefficient | \(r\) | Strength and direction of linear relationship (-1 to +1) |
| Coefficient of Determination | \(r^2\) | Proportion of variance explained by the model (0 to 1) |
| Proportion of Unexplained Variation | \(1 - r^2\) | Proportion of variance not explained by the model (0 to 1) |
Given a correlation coefficient of 0.8, the coefficient of determination is 0.64. This means 64% of the variation is explained by the linear regression. Consequently, the percentage of variation not explained by linear regression is \(100\% - 64\% = 36\%\).
| Concept | Definition | Relation to \(r\) |
|---|---|---|
| Correlation Coefficient (\(r\)) | Measures the linear relationship's strength and direction. | Given directly or calculated from data. |
| Coefficient of Determination (\(r^2\)) | Proportion of dependent variable variance explained by the model. | \(r^2 = (\text{Correlation Coefficient})^2\) |
| Unexplained Variation | Proportion of dependent variable variance not explained by the model. | \(1 - r^2\) |
Understanding the percentage of explained variation (\(r^2\)) and unexplained variation (\(1 - r^2\)) is crucial in evaluating the effectiveness of a linear regression model. A high \(r^2\) indicates that the model does a good job of predicting the dependent variable based on the independent variable. A low \(r^2\) suggests that either the linear relationship is weak, or other variables not included in the model significantly influence the dependent variable. The unexplained variation highlights the portion of the variability in the data that remains unaccounted for by the current linear model, prompting further investigation into other potential predictors or non-linear relationships.
If two lines of regression are x + 4y + 1 = 0 and 4x + 9y + 7 = 0, then what is the value of x when y = -3 ?
A bivariate data set contains only two points (-1, 1) and (3, 2). What will be the line of regression of y on x ?
The coefficient of correlation between ages of husband and wife at the time of marriage for a given set of 100 couples was noted to be 0.7. Assume that all these couples survive to celebrate the silver jubilee of their marriage. The coefficient of correlation at that point of time will be
Consider the following statements:
1. The coefficient of correlations r is \(\rm \frac{3}{4}\) .
2. The means of x and y are 3 and 4 respectively.
Which of the above statements is/are correct?
Consider the following statements:
1. The regression line of y on x is \(\rm y = \frac{3}{4}x+2\)
2. The regression line of x on y is \(\rm x = \frac{3}{4}y+\frac{1}{4}\)
Which of the above statements is/are correct?
If two variables X and Y are independent, then what is the correlation coefficient between them?
In which one of the following cases would you expect to get a negative correlation?
If the regression coefficient of Y on X is -6, and the correlation coefficient between X and Y is \( - \frac{1}{2},\) then the regression coefficient of X on Y would be
The set of bivariate observation (x 1, y 1) (x 2y 2) …., (x n, y n) are such that all the values are distinct and all the observations fall on a straight line with non-zero slope. Then the possible value of the correlation coefficient between x and y are
If the regression coefficient of x on y and y on x are \(- \frac{1}{2}\) and \(- \frac{1}{8}\) respectively, then what is the correlation coefficient between x and y?
Variable Y regresses with variable X with the conditions that \(\overline X = 5.50\) , \(\overline Y = 3.50\) and b = 1.50 in the linear regression model (Y = a + bX), where \(\overline Y\) and \(\overline X\) are means of the respective variables and b refers to gradient of line of Y w. r. t X. Which one of the following values of parameter 'a' of the model is correct?
Given below are two statements:
Statement l: One of the assumptions under OLS method states that the regression model is linear in the parameters, though it may or may not be linear in the variables.
Statement ll: The variance of the error, or disturbance, term is not the same regardless of the value of the explanatory variable under OLS.
In light of the above statements, choose the most appropriate answer from the options given below
If two regression coefficients are -0.8 and -0.2, then the value of coefficient of correlation is
Which of the following statements relating to Correlation and Regression are true?
(a) The Coefficient of Correlation is independent of change of origin and scale.
(b) The Coefficient of Correlation between the two variables is the arithmetic average of the two Regression Coefficients.
(c) The probable error of the Coefficient Correlation is 0.6745 times its standard error.
(d) Coefficient of Correlation multiplied by the ratio between the standard deviations of the two variables denotes the slope of the regression line.
Code:
If two regression coefficients are 0.8 and 1.2, which one of the following is the value of coefficient of correlation?