I am trying to compute regression coefficients, where the dimensions are ~ 200 and number of points = 10. Basically I need to compute the beta matrix using OLS ( refer http://en.wikipedia.org/wiki/Ordinary_least_squares ). The main bottleneck seems to be computing the inverse of a 200X200 matrix.
Any pointers/suggestions ? -Thanks, Prasen
