C# 中的曲线拟合

发布于 2024-11-27 22:55:56 字数 104 浏览 0 评论 0原文

我在数组中有数据点 x 和 y。我知道这一点遵循 y=log(nx)+c 曲线。我想使用 C# 找到适合该数据点的 n 值。有没有什么图书馆或者简单的方法可以找到它,

谢谢...

I have a data points x and y in an array. And I know this points goes y=log(nx)+c curve. I want to find the value of n that is fitted to that data points using c#. Are there any library or easy way to find it

thanks...

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

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

发布评论

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

评论(2

你的他你的她 2024-12-04 22:55:56

Math.NET 库有你需要的,包括插值。

The Math.NET library has what you need, including interpolation.

喜爱皱眉﹌ 2024-12-04 22:55:56

查看 .net 的 Iridium 库。

Take a look at the Iridium library for .net.

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