Processing math: 100%
Problems
- (10 points) Textbook problem 10.2. You don't have to calculate anything; just make approximate markings.
- (10 points) Textbook problem 10.5(a) and 10.5(c). You don't have to plot the points as characters; you can use different colors/shapes as long as you include a legend.
- (10 points) Textbook problem 10.6
- (10 points) Suppose you have a dataset {x}={(x(1),x(2))} consisting of 2-dimensional vectors. You observe that var({x(1)})=9 and var({x(2)})=4 and also that cov({(x(1),x(2))})=6.
- What is Covmat({x})?
- Find the eigenvalues of Covmat({x}).
- What do the eigenvalues say about the shape of the blob of the dataset {x}?
- (10 points) Consider another dataset {x} consisting of 4-dimensional vectors. Given below are mean({x}) and the normalized eigenvectors ui of Covmat({x}), arranged in order of decreasing eigenvalue. Also given is an item x1 from the dataset.
mean({x})=[1111]u1=[+0.5+0.5+0.5+0.5]u2=[+0.5−0.5−0.5+0.5]u3=[+0.5+0.5−0.5−0.5]u4=[+0.5−0.5+0.5−0.5]x1=[3357]
Suppose you project the dataset onto its first two principal components and plot the resulting projection on a pair of axes. What are the coordinates of the projected point that represents x1?
- (Extra 3 points) Textbook problem 10.3.