Pages

Sunday, September 5, 2010

Graphing and Data Analysis libraries C#.NET

This post has a list of some free graphic softwares for C#.NET


http://www.codeproject.com/KB/miscctrl/quickgraph.aspx

QuickGraphs

http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=43469

Glee


http://www.graphviz.org/

GraphViz


http://www.alglib.net/

alglib (data processing)

http://zedgraph.org/wiki/index.php?title=Main_Page

ZedGraph is a set of classes, written in C#, for creating 2D line and bar graphs of arbitrary datasets. The classes provide a high degree of flexibility -- almost every aspect of the graph can be user-modified. At the same time, usage of the classes is kept simple by providing default values for all of the graph attributes. The classes include code for choosing appropriate scale ranges and step sizes based on the range of data values being plotted.

http://www.codeplex.com/dnAnalytics

* Linear algebra classes with support for sparse matrices and vectors (with a F# friendly interface).
* Dense and sparse solvers.
* Probability distributions.
* Random number generation (including Mersenne Twister MT19937).
* QR, LU, SVD, and Cholesky decomposition classes.
* Matrix IO classes that read and write matrices form/to Matlab, Matrix Market, and delimited files.
* Complex and “special” math routines.
* Markov Chain Monte Carlo (MCMC) sampler classes.
* Bayesian estimators.
* Descriptive Statistics, Histogram, and Pearson Correlation Coefficient.
* Overload mathematical operators to simplify complex expressions.
* Visual Studio visual debuggers for matrices and vectors
* Runs under Microsoft® Windows and platforms that support Mono.
* Optional support for Intel®Math Kernel Library (Microsoft® Windows and Linux)

http://mathnet.opensourcedotnet.info/About.aspx

Math.NET is a mathematical opensource toolkit written in C# for the Microsoft .Net platform. Math.NET aims to provide a self-contained clean framework for both numerical scientific and symbolic algebraic computations. The project is covered mostly under the MIT/X11 license with some optional packages under the GPL or LGPL.

http://www.codeproject.com/KB/cs/csstatistics.aspx

This is a computational statistics class written in C#. The public methods are described below.

http://csharp-source.net/open-source/charting-and-reporting

WebControl is a free chart component for asp.net AND winforms. WebControl for creating charts, that render as images(png, jpg, gif, etc). Supports:

* Line Charts
* Smooth Line Charts
* Column Charts
* Area Charts
* Scattered Charts
* Stacked Column Charts
* Pie Charts
* Stacked Area Charts

No comments:

Post a Comment