3d 正交距离回归

发布于 2024-11-29 17:33:26 字数 149 浏览 1 评论 0原文

有谁知道如何在 3d 中找到点图案的最佳拟合线?
我对所谓的 ODR(正交距离回归)线感兴趣,它可以最小化所有点到该线的欧几里德距离之和。

r 中是否有一个函数可以解决这个问题,或者 - 如果没有 - 你能告诉我如何自己实现这个吗?

提前致谢!

Does anyone know how to find a best fitting line for a point pattern in 3d?
I'm interested in the so called ODR (Orthogonal Distance Regression) Line, that minimizes the sum of the euclidian distances of all points to the line.

Is there a function in r for this problem or - if not - can you tell me how I can implement this myself?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只为一人 2024-12-06 17:33:26

尝试 http://tolstoy.newcastle.edu.au/R/ help/05/07/8039.html

显然有一个包 prcomp 可以满足您的需求。

Try http://tolstoy.newcastle.edu.au/R/help/05/07/8039.html

Apparently there's a package, prcomp, which may meet your needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文