You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in TrilaterationFunction , the value function calculate residuals.
it use d^2-r^2 as residuals resultPoint[i] -= (this.getDistances()[i]) * (this.getDistances()[i]);
in TrilaterationFunction , the value function calculate residuals.
it use d^2-r^2 as residuals
resultPoint[i] -= (this.getDistances()[i]) * (this.getDistances()[i]);
we also can use (d-r) as residuals
which is better ? @lemmingapex
The text was updated successfully, but these errors were encountered: