NMath Stats

Mono versions of NMath now available

Due to popular request, our NMath and NMathStats libraries are now available for use in developing applications on Mono. The Mono versions include all of the same features as the .NET/Windows libraries, with native code compiled for Linux and Mac OS X. Access to the Mono version is included at no additional charge with the purchase of a .NET (Windows) license.  All customers with a current mainte...
Read More

The Importance of Graphing Your Data

In his classic book The Visual Display of Quantitative Information, Edward R. Tufte argued that "graphics can be more precise and revealing than conventional statistical computations". As an example, he described Anscombe's Quartet--four datasets that have identical simple statistical properties, yet appear very different when graphed. These data sets--each consisting of 11 x,y points--were con...
Read More

.NET Math with Microsoft Chart Controls, Revisited

Easy Math Charting In an earlier post, we described how NMath types can be plotted using the Microsoft Chart Controls for .NET, but programmatically constructing Chart objects with data series bound to NMath objects. The latest release of the NMath libraries makes this process much simpler by providing adapter classes which easily construct basic math charts for you from NMath types: NMath 5....
Read More

Using NMath Charts with .NET 4.0

The NMath Chart DLLs (NMathChartMicrosoft.dll and NMathStatsChartMicrosoft.dll) are built against the .NET 3.5 version of the Microsoft Chart Controls for .NET (System.Windows.Forms.DataVisualization). The .NET runtime will not automatically replace this reference with the version of the Microsoft Chart DLL built into the .NET 4.0 Framework, unless you explicitly tell it to do so by adding the fol...
Read More

New Versions of NMath Libraries Released

CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries, NMath 5.1 and NMath Stats 3.4. This release adds many new features and performance enhancements. Version 5.1 of NMath adds: Assembly NMathChartMicrosoft.dll containing class NMathChart, which provides static methods for plotting NMath types using the Microsoft Chart Controls for .NET. [More]...
Read More
Top