Skip to content

which is better for residuals define? #26

Description

@dingli2005

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions