Modify the RSS function

Issue #4 new
justinlin created an issue

The current RSS function in datastruct contains the following prediction of y and p, which is wrong: y = -pinv(A)P(:,i); p = -AY(:,i); We should reimplement RSS calculation such that the method can take in the predicted Y and P, can do balancing of the errors between Y and P, calculate both weighted and unweighted RSS.

Comments (3)

  1. Andreas Tjärnberg

    Please explain why the current way of predicting y and p are wrong. It might be worth making an RSS methods that can balance errors.

  2. Log in to comment