Sinusoidal fitting classes for c#

我只是一个虾纸丫 提交于 2019-12-05 05:54:42
CharlesB

C# does not have a long tradition of scientific computing libraries...

My take would be to get one of the numerous numerical computation routine packages (like on of them, or the Numerical Recipes) in C/C++, and wrap it under C#.

See also this Math.SE post.

On the commercial side, NMath library has a MultiVariableFunctionFitter class that is would be perfect for you.

Finally, see this Wikipedia list.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!