What is a good statistical math package for .Net?

esac picture esac · Oct 13, 2009 · Viewed 50.9k times · Source

I am looking for a library that does advanced math, statistics, statistical distribution, etc..

Currently I am looking for something that does binomial and poisson distribution.

Answer

Foxfire picture Foxfire · Oct 13, 2009

MathDotNet should have the functions you are looking for, although it may be a bit of overkill depending on how much functionality you need. It offers:

  • Bernoulli
  • Beta
  • Binomial
  • Categorical
  • Cauchy
  • Chi
  • Chi Square
  • Continuous Uniform
  • Conway Maxwell Poisson
  • Dirichlet
  • Discrete Uniform
  • Erlang
  • Exponential
  • etc.... (about 3x more on the list)

For a complete list see this page.