I am looking for the equivalent of a standard math-statistics package for C# to use with RightEdge. Any and all suggestions are welcome. I have run across http://www.gnu.org/software/gsl/ the GNU Statistical Library, but before I commit to something I wanted to get people's suggestions.
-Pete(See also rightedge-ats Yahoo group )
http://www.gnu.org/software/gsl/
http://www.extremeoptimization.com/
http://www.alglib.net/
http://www.sciencecode.com/
http://www.nag.co.uk/netdevelopers.asp
http://root.cern.ch/
http://ta-lib.org/
And if you want to bridge C#<>Java
http://commons.apache.org/math/
And this was a useful site for searching:
http://commons.apache.org/math/userguide/index.html
For any slower or batch processesing, you cannot beat R (which links to C# very easily)
Probably going to try the GNU if the Apache ends up lacking.
And there's this:
http://www.mathdotnet.com/
Regards,
Dave