Is there a .Net Statistics library with T-Tests and p-values?

Darren Young picture Darren Young · Mar 9, 2011 · Viewed 11.8k times · Source

Does anybody know of any good and free statistics libraries for .Net?

I am working on calculating T-Tests, which I have written a formula to calculate, although now I need a formula for the p-value, which is a little more complex, and not being a statistician, has me a little lost.

Answer

John Alexiou picture John Alexiou · Apr 12, 2011

I suggest you look at the Math.NET project. It supports various distributions, but I don't know if it has t-tests and p-values.