Free library for regression in c#

血红的双手。 提交于 2019-12-20 03:35:06

问题


Do you know of a free library in .net that I can use to fit a multivariate regression. I want to get the coefficients, and all the statistics (p-values, Std Errors, Goodness of Fitness, etc). I've tried Meta.Numerics, which works great, but it does not have some of the statistics.


回答1:


Could R. be a solution?

There are several ways you can incorporate R in C#

  1. http://rdotnet.codeplex.com/

    R.NET enables .NET Framework to collaborate with R statistical computing. R.NET requires .NET Framework 4 and R.dll. You already have the DLL if you installed R environment, and you need no other extra installations. Enjoy your programming with R language.

or 2 using the interop solution, that is also used here :

C# - R interface



来源:https://stackoverflow.com/questions/5594308/free-library-for-regression-in-c-sharp

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