Correct Answer: B. Its captured variance divided by the total variance across all components
Explanation:
The ratio expresses how much of the dataset’s total variance is represented by one component. Ratios across all full components sum to one, aside from numerical rounding.
Correct Answer: C. The variance captured by that component
Explanation:
Each PCA eigenvalue measures the amount of sample variance along its eigenvector direction. Larger eigenvalues identify more informative variance directions.
Correct Answer: C. When variables use different units or have very different variances
Explanation:
PCA based on raw covariance can be dominated by variables measured on larger scales. Standardization allows relative patterns across variables to influence the components more comparably.
Correct Answer: B. PCA should describe variation around the data mean rather than around the origin
Explanation:
Subtracting each feature mean places the cloud’s center at the origin. The components then reflect covariance and directions of deviation from the average observation.
Correct Answer: A. Covariance matrix of centered features
Explanation:
The covariance matrix summarizes how centered variables vary together. Its eigenvectors identify directions of variance, and its eigenvalues quantify the corresponding amounts.
Correct Answer: B. Their directions are perpendicular and their projected scores are uncorrelated in the sample
Explanation:
Orthogonality prevents later components from repeating the same linear direction as earlier ones. For centered data, the resulting component scores have zero sample covariance.
Correct Answer: A. The variance of the data projected onto a single direction
Explanation:
PCA chooses the first direction along which centered observations vary most. This direction captures the greatest possible variance among unit-length linear projections.
Correct Answer: C. It can be applied directly to rectangular as well as square matrices
Explanation:
SVD is defined for general m-by-n matrices and does not require symmetry. This makes it broadly useful for data tables, images, and document-term matrices.
Correct Answer: D. Their magnitudes determine how much matrix information or reconstruction accuracy is lost
Explanation:
Large discarded singular values would remove substantial structure from the matrix. Small discarded values usually imply a more accurate low-rank approximation.
Correct Answer: D. The largest selected singular values and their associated singular vectors
Explanation:
Dominant singular components capture the strongest directions of variation or energy in the matrix. Discarding weaker components produces a lower-dimensional representation.
Correct Answer: A. A matrix approximation using only a limited number of dominant latent dimensions
Explanation:
A low-rank approximation reconstructs the matrix from a subset of singular components. It preserves major structure while reducing storage and complexity.