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.
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.