4

HI all, I have been hunting around for some code that implements various correlation coefficients (specifically cross-correlation) in C# to no avail. The one I found alglib has some licensing requirements, surely there must some F/OSS implementation for such a common statistical function.

Mikos
  • 8,455
  • 10
  • 41
  • 72

1 Answers1

2

The Meta.Numerics library supports the computation of correla

David Wright
  • 765
  • 6
  • 15