A dataset has samples and features. The columns have already been mean-centred, giving the matrix , and the sample covariance matrix is
The per-feature sample variances — the diagonal of — are on record:
| Feature | Sample variance |
|---|---|
A separate job ran the SVD of and printed the singular values in decreasing order, . The log file was truncated and only three survived:
| Singular value | Logged |
|---|---|
| (lost) | |
PCA is then run on .
What percentage of the total variance is explained by the first two principal components?
Round your answer to 2 decimal places.