如何在 Javascript 中进行指数回归?

发布于 2024-12-12 20:40:44 字数 137 浏览 3 评论 0原文

有人可以告诉我如何进行指数回归或为我指出一个很好的解释吗?我想在 javascript 工具中实现它。 我知道理论上,我必须创建一个差异函数,对其进行一阶导数,将其设置为零并求解指数函数的三个参数,但是是否有一种简化的算法可以让我做到这一点而无需每次求解等等?

can someone tell me how to do exponential regression or point me to a good explaination? I want to implement it in a javascript tool.
I know that theoretically, I have to create a discrepancy function, take its first derivation, set it equal to zero and solve for the three parameters of the exponential function, but is there a simplified algorithm that allows me to do this without solving each time and so on?

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

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

发布评论

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

评论(1

叫嚣ゝ 2024-12-19 20:40:44

我对指数(非线性)回归没什么经验,但看起来这里有一个 javascript 工具用于演示:

http:// statpages.org/nonlin.html

如果您查看源代码,您将看到该演示背后的 javascript。

I have little experience with exponential (nonlinear) regression, but it looks like there's a javascript tool here for demonstrating:

http://statpages.org/nonlin.html

If you view source, you'll see the javascript behind that demo.

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