Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good statistics library for computing multiple correlations in .NET?

I am writing an application to automate some financial analysis and need to compute multiple correlations. Currently, I am using MathNet.Numerics for computing single correlations, but it doesn't have the ability to compute multiple correlations as far as I can tell. Are there any .NET libraries that can do this?

like image 959
JChristian Avatar asked Apr 05 '11 18:04

JChristian


1 Answers

I think you might need some R:

http://www.codeproject.com/KB/cs/RtoCSharp.aspx

like image 161
Posthuma Avatar answered Oct 03 '22 18:10

Posthuma