What is a good statistical math package for .Net?

c#, math, statistics

Solution

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.

Problem

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.

Original source

Related problems