NMath

Mono support

We are working hard on porting NMath to work with Mono on Linux and Mac OS X. A big thanks to CambridgeSoft for their help on this task. So far, so good. We will keep you updated... - Trevor [11/10/2010] Update: An alpha release of NMath and NMath Stats is now available for Mono. If you are interested in joining the alpha program, please contact Amy at sales@centerspace.net.
Read More

Finding Peaks in Data with NMath

Finding peaks in experimental data is a very common computing activity, and because of its intuitive nature there are many established techniques and literally dozens of heuristics built on top of those. CenterSpace Software has jumped into this algorithmic fray with a new peak finding class based on smooth Savitzy-Golay polynomials. If you are not familiar with Savitzy-Golay polynomial smoothi...
Read More

New Versions of NMath Libraries Released

CenterSpace is proud to announce the immediate availability of NMath 4.1 and NMath Stats 3.2. As described in an earlier post, this release adds many new features and performance enhancements. Version 4.1 of NMath adds peak finding and Savitzky-Golay derivatives, a Runge-Kutta ODE solver, the Box-Cox transformation for making non-normal data resemble normally-distributed data, and faster vector...
Read More

Searching for Roots in Univariate Functions

Finding the roots of a univariate function is a basic numerical procedure that nearly all engineers and scientists encounters at some point, because the root finding question addresses the basic equation, where, x can be a real or complex variable. Or more generally, we can solve, by finding the roots to, Algorithms I will demonstrate three well known univariate root findin...
Read More

July Release of NMath and NMath Stats

We are currently working hard on our upcoming July release of our NMath and NMath Stats C# math libraries. This release will add many new features from Runge-Kutta to automatic Peak Finding algorithms as well as address our most frequent support requests. Developers using our math libraries currently will find the new release build-compatible with the prior release. Upgrades are provided free o...
Read More
Top