Principal Component Analysis (25 points): Consider the observations representing $X_i \in \mathbb{R}^2$, $\begin{bmatrix} 2 & 3 \\ 5 & 4 \\ 1 & 0 \\ 4 & 1 \end{bmatrix}$ (a) Compute the unit length principal components of X. (b) Use PCA to approximate the data using one dimension. Derive the equation for a new, $X_i \in \mathbb{R}^2$, observation and its approximation. (c) Plot the 4 samples in X. Draw the directions of two eigenvectors and the projections of all the sample points on the both eigenvectors. Label all samples precisely. (d) Calculate the variance of the projections on the principle component direction (i.e., the eigenvector with the largest eigenvalue) as well as the projections on the second eigenvector. Which variance is larger? Justify your answer.
Added by Sean M.
Close
Step 1
The covariance matrix is given by: C = (1/n) * (X - mean(X)) * (X - mean(X))^T where n is the number of observations in X and mean(X) is the mean vector of X. In this case, X = [1 0 1] and n = 3. The mean vector of X is [mean(1, 0, 1) mean(0, 0, 1)] = [2/3 Show more…
Show all steps
Your feedback will help us improve your experience
Sri K and 92 other Intro Stats / AP Statistics educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Investigate principal component analysis (PCA) based on SVD. It should include what PCA is, the meaning of data reduction using PCA and how to apply it for analyzing data, and the definition and meaning of sample covariance matrix, sample correlation matrix, and principal components. Additionally, explain about PCA plot and how to use it for data analysis.
Sri K.
Below is a Principal Component Analysis (PCA) plot for the Bray-Curtis (1-BCij) data presented in the matrix that is shown on page 5. However, two points are missing (i.e. one open circle for sample 2 and one closed square for sample 6). Draw these two points in the graph where you expect them to appear approximately, based on the Bray-Curtis data and your answers to the 1-BCij portion of question 9 (there is no calculation involved here, just logic). Describe your reasoning:
Adi S.
The following is a partial computer output of a multiple regression analysis of a data set containing 20 sets of observations on the dependent variable. The regression equation is: SALEPRIC = 1470 + 0.814 LANDVAL + 0.820 IMPROVAL + 13.5 AREA Predictor Coef SE Coef T P Constant 1470 5746 0.26 0.801 LANDVAL 0.8145 0.5122 1.59 0.131 IMPROVAL 0.8204 0.2112 3.88 0.0001 AREA 13.529 6.586 2.05 0.057 S = 79190.48 R-Sq = 89.7% R-Sq(adj) = 87.8% Analysis of Variance Source DF SS MS Regression 3 8779676741 2926558914 Residual Error 16 1003491259 62718204 Total 19 9783168000 For the problem above, we want to carry out the significance test about the coefficient of LANDVAL. What is the t-value for this test, and is it significant? A) 1.59, not significant B) 2.05, significant C) 46.66, significant D) 0.26, not significant
Recommended Textbooks
Elementary Statistics a Step by Step Approach
The Practice of Statistics for AP
Introductory Statistics
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD