3d 正交距离回归
有谁知道如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 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.