trilateration icon indicating copy to clipboard operation
trilateration copied to clipboard

which is better for residuals define?

Open dingli2005 opened this issue 5 years ago • 0 comments

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

dingli2005 avatar May 16 '19 02:05 dingli2005