For three random variables X1 , X2 and X3, the pairwise correlation coefficients are r12 = r13 = r23 = r. The multiple correlation coefficient \(\rm R_{1.2.3}^2\) is
The question asks for the multiple correlation coefficient \(R_{1.2.3}^2\) for three random variables X1, X2, and X3, given their pairwise correlation coefficients \(r_{12}\), \(r_{13}\), and \(r_{23}\). We are specifically given that \(r_{12} = r_{13} = r_{23} = r\).
The multiple correlation coefficient \(R_{1.2.3}\) measures the linear relationship between a variable (X1 in this case) and a set of other variables (X2 and X3). The squared multiple correlation coefficient, \(R_{1.2.3}^2\), represents the proportion of the variance in X1 that can be explained by the linear combination of X2 and X3.
We can calculate the squared multiple correlation coefficient \(R_{1.2.3}^2\) using the correlation matrix of the variables. The correlation matrix R for X1, X2, and X3 is:
Given \(r_{12} = r_{13} = r_{23} = r\), the matrix becomes:
The formula for the squared multiple correlation coefficient \(R_{1.(2,3)}^2\) (which is \(R_{1.2.3}^2\)) using the correlation matrix is:
$$ R_{1.2.3}^2 = 1 - \frac{|R|}{C_{11}} $$where \(|R|\) is the determinant of the correlation matrix R, and \(C_{11}\) is the cofactor of the element in the first row and first column of R (which is the determinant of the submatrix obtained by removing the first row and first column).
Let's calculate the determinant of R:
$$ |R| = \det \begin{pmatrix} 1 & r & r \\ r & 1 & r \\ r & r & 1 \end{pmatrix} $$ $$ |R| = 1 \cdot (1 \cdot 1 - r \cdot r) - r \cdot (r \cdot 1 - r \cdot r) + r \cdot (r \cdot r - 1 \cdot r) $$ $$ |R| = 1 \cdot (1 - r^2) - r \cdot (r - r^2) + r \cdot (r^2 - r) $$ $$ |R| = (1 - r^2) - r^2 + r^3 + r^3 - r^2 $$ $$ |R| = 1 - r^2 - 2r^2 + 2r^3 $$ $$ |R| = 1 - 3r^2 + 2r^3 $$The cofactor \(C_{11}\) is the determinant of the matrix obtained by removing the first row and first column of R:
$$ C_{11} = \det \begin{pmatrix} 1 & r \\ r & 1 \end{pmatrix} $$ $$ C_{11} = 1 \cdot 1 - r \cdot r $$ $$ C_{11} = 1 - r^2 $$Now, substitute the values of \(|R|\) and \(C_{11}\) into the formula for \(R_{1.2.3}^2\):
$$ R_{1.2.3}^2 = 1 - \frac{|R|}{C_{11}} $$ $$ R_{1.2.3}^2 = 1 - \frac{1 - 3r^2 + 2r^3}{1 - r^2} $$To simplify, find a common denominator:
$$ R_{1.2.3}^2 = \frac{(1 - r^2) - (1 - 3r^2 + 2r^3)}{1 - r^2} $$ $$ R_{1.2.3}^2 = \frac{1 - r^2 - 1 + 3r^2 - 2r^3}{1 - r^2} $$ $$ R_{1.2.3}^2 = \frac{2r^2 - 2r^3}{1 - r^2} $$Factor out \(2r^2\) from the numerator:
$$ R_{1.2.3}^2 = \frac{2r^2(1 - r)}{1 - r^2} $$Factor the denominator using the difference of squares formula (\(a^2 - b^2 = (a-b)(a+b)\)):
$$ R_{1.2.3}^2 = \frac{2r^2(1 - r)}{(1 - r)(1 + r)} $$Assuming \(1 - r \neq 0\) (i.e., \(r \neq 1\)), we can cancel the \((1 - r)\) term:
$$ R_{1.2.3}^2 = \frac{2r^2}{1 + r} $$Another common formula for \(R_{1.2.3}^2\) is:
$$ R_{1.2.3}^2 = \frac{r_{12}^2 + r_{13}^2 - 2 r_{12} r_{13} r_{23}}{1 - r_{23}^2} $$Substituting \(r_{12} = r_{13} = r_{23} = r\):
$$ R_{1.2.3}^2 = \frac{r^2 + r^2 - 2 (r)(r)(r)}{1 - r^2} $$ $$ R_{1.2.3}^2 = \frac{2r^2 - 2r^3}{1 - r^2} $$ $$ R_{1.2.3}^2 = \frac{2r^2(1-r)}{(1-r)(1+r)} = \frac{2r^2}{1+r} $$Both methods yield the same result for the multiple correlation coefficient \(R_{1.2.3}^2\) when all pairwise correlations are equal to \(r\).
The calculated value for the multiple correlation coefficient \(R_{1.2.3}^2\) is \(\frac{2r^2}{1+r}\).
Comparing this result with the given options:
The result matches Option 4.
| Concept | Description | Formula (for 3 variables) |
|---|---|---|
| Pairwise Correlation (\(r_{ij}\)) | Measures linear association between two variables \(X_i\) and \(X_j\). Ranges from -1 to +1. | \(r_{ij} = \frac{\text{Cov}(X_i, X_j)}{\sigma_{X_i} \sigma_{X_j}}\) |
| Multiple Correlation Coefficient (\(R_{i.(j,k)}\)) | Measures linear association between one variable \(X_i\) and the best linear prediction of \(X_i\) using variables \(X_j\) and \(X_k\). Ranges from 0 to 1. | Not a simple direct formula; often derived from the squared coefficient. |
| Squared Multiple Correlation Coefficient (\(R_{i.(j,k)}^2\)) | Proportion of variance in \(X_i\) explained by \(X_j\) and \(X_k\). Ranges from 0 to 1. | \(R_{1.2.3}^2 = \frac{r_{12}^2 + r_{13}^2 - 2 r_{12} r_{13} r_{23}}{1 - r_{23}^2}\) or \(R_{1.2.3}^2 = 1 - \frac{|R|}{C_{11}}\) |
The two regression lines y = c + mx and x = a + dy always pass through:
If the correlation coefficient is the geometric mean of regression coefficients, then:
The limits of a multiple correlation coefficient R1.23 are:
For three variables X1, X2 and X3, the following information is available:
s1 = 10, r12 = 0.90
s2 = 5, r13 = 0.75
s3 = 3, r23 = 0.70
Then partial regression coefficient (b13,2) of X2 on X1 and X3 is:
If the correlation coefficient between two variables is zero, then the two lines of regression will be:
Using usual notations, the correlation coefficient between two random variables, X and Y, is given by:
In Spearman's rank correlation coefficient, squared differences of ranks are used to:
In Spearman's rank correlation coefficient:
The maximum value of \(\sum_{i=1}^n d_i^2\) in case of untied ranks is:
The Karl Pearson’s correlation coefficient (r) between two random variables, X and Y, is computed by:
If the correlation between X and Y is 0.3, then correlation coefficient between 2X and 3Y is:
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 ?
Two variates, x and y, are uncorrelated and have standard deviations σ xand σ yrespectively. What is the correlation coefficient between x + y and x – y?
If the covariance between x and y is 30, variance of x is 25 and variance of y is 144, then what is the correlation coefficient?
The coefficient of correlation when coefficients of regression are 0.2 and 1.8 is