Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which is better for residuals define? #26

Open
dingli2005 opened this issue May 16, 2019 · 0 comments
Open

which is better for residuals define? #26

dingli2005 opened this issue May 16, 2019 · 0 comments

Comments

@dingli2005
Copy link

dingli2005 commented May 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant