lib for Nonlinear Fitting on iOS [closed]

↘锁芯ラ 提交于 2019-12-12 02:43:16

问题


I need to fit some data in an iOS app, basically with Newton's Law of Cooling:

y = a + b * c^{x}

I found the GNU Scientific Library is likely to handle this, however, it is out of consideration for the sake of GPL. Is there any open-sourced nonlinear Chi-Square solver in C/C++ with a commercial friendly license (e.g., BSD, APL etc.)?

Looking forward to your suggestion.


回答1:


It seems that MINPACK could do the job.

https://github.com/johannesgerer/jburkardt-cpp/tree/master/minpack



来源:https://stackoverflow.com/questions/13854917/lib-for-nonlinear-fitting-on-ios

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