python:最小二乘估计?

发布于 2024-12-28 14:15:47 字数 191 浏览 0 评论 0原文

我知道如何通过初等矩阵分解和其他运算来实现最小二乘,但如何在 Python 中实现呢? (我从未尝试过在Python中使用矩阵)


(澄清编辑以满足先拍后问问题-1'er)

我正在寻求帮助以了解如何在Python中使用数值编程。看起来 numpy 和 scipy 是正确的选择。我一直在寻找如何使用它们,但我找到了一个教程。

I know how to implement least-squares with elementary matrix decomposition and other operations, but how can I do it in Python? (I've never tried to use matrices in Python)


(clarification edit to satisfy the shoot-first-and-ask-questions-later -1'er)

I was looking for help to find out how to use numerical programming in Python. Looks like numpy and scipy are the way to go. I was looking for how to use them, but I found a tutorial.

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

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

发布评论

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

评论(3

自此以后,行同陌路 2025-01-04 14:15:47

scipynumpy 是这里显而易见的方法。

请注意,numpy 使用著名的(且经过良好优化的)BLAS 库,因此它也非常快。比任何“纯蟒蛇”都要快得多。

scipy and numpy is the obvious way to go here.

Note that numpy uses the famous (and well-optimized) BLAS libraries, so it is also very fast. Much faster than any "pure python" will ever be.

放手` 2025-01-04 14:15:47

看看 SciPy。它有矩阵运算。

Have a look at SciPy. It's got matrix operations.

笙痞 2025-01-04 14:15:47

啊哈,这个 numpy 教程 给了我一个很好的起点。

Aha, this tutorial for numpy gives me a good starting point.

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