jcreinhold/intensity-normalization

Solve normal equations with better numerical method

jcreinhold opened this issue · 1 comments

In RAVEL (code here), we solve the normal equations via a method with poor numerical stability (i.e., matrix inversion of $X^T X$). Substitute this with a more robust method.

Fixed with v2.0.0