Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good statistical math package for .Net? [closed]

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.

like image 292
esac Avatar asked Oct 12 '09 23:10

esac


2 Answers

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.

like image 122
Foxfire Avatar answered Sep 30 '22 22:09

Foxfire


.NET Framework languages C#, F# and VB.NET

ILNumerics.Net high performance, typesafe numerical array classes and functions for general math, FFT and linear algebra, aims .NET/mono, 32&64 bit, script-like syntax in C#, 2D & 3D plot controls, efficient memory management

IMSL Numerical Libraries for .NET is a set of mathematical, statistical, data mining, financial and charting classes written in C#.

Measurement Studio is an integrated suite UI controls and class libraries for use in developing test and measurement applications. The analysis class libraries provide various digital signal processing, signal filtering, signal generation, peak detection, and other general mathematical functionality.

NMath by CenterSpace Software: numerical component libraries for the .NET platform, including signal processing (FFT) classes, a linear algebra (LAPACK & BLAS) framework, and a statistics package.

suanshu.net by Numerical Method Inc.: is a large collection of numerical algorithms including linear algebra, (advanced) optimization, interpolation, Markov model, principal component analysis, time series analysis, hypothesis testing, regressions, statistics, ordinary and partial differential equation solvers, and suanshu. NLinear is a generic linear algebra toolkit in C# compatible with Silverlight.

like image 34
sadaf2605 Avatar answered Sep 30 '22 21:09

sadaf2605