Algorithm 1.
1: | INPUT: , accuracy parameter ε > 0, failure probability δ, and integer m > 0. |
2: | Compute , the estimate of the largest eigenvalue of R, p1, using Algorithm 8 (see Appendix) with and . |
3: | Set . |
4: | Set s = ⌈20 ln(2/δ)/ε2⌉. |
5: | Let be i.i.d. random Gaussian vectors. |
6: | OUTPUT: return . |