Best stats library for C (not C++) [closed]

て烟熏妆下的殇ゞ 提交于 2020-01-02 03:25:08

问题


Anyone know of a good statistics library for C? I'm looking for something that is commonly used and not a small project. EDIT: must be free!


回答1:


gsl (http://www.gnu.org/software/gsl/) is widely available, portable, and has a lot of nice functionality.




回答2:


Statistics are frequently done in other languages, but some of those languages will be callable from C. I'd recommend looking at R and Octave; the latter is an open source Matlab work-alike. Both are programming languages in their own right, but many other languages can be called from C.




回答3:


In my opinion, MATLAB is a very good choice you can use for that. Here is an article on how to call MATLAB from C.

It ain't cheap. But you did not specify anything about the library being cheap or free. Plus, you are mentioning it's a big project.... :-)



来源:https://stackoverflow.com/questions/1777503/best-stats-library-for-c-not-c

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