Author: Paul Shirkey

Probability Distributions in NMath Stats

Probability distributions are central to many applications in statistical analysis. The NMath Stats library offers a large set of probability distributions, covering most domains of application, all with an easy to use common interface. Each distribution class uses numerically stable accurate algorithms to compute both the probability distribution and the cumulative distribution. In this post we...
Read More

Using Excel with NMath

We've had several customers ask about porting their Excel model to a .NET language in order to leverage the performance and functionality of NMath or NMath Stats. NMath does have good crossover functionality with Excel making this porting job easier. It is also possible to accelerate your Excel models by calling the NMath .NET assemblies directly from a VBA macro in Excel . This post provides some...
Read More

Forward Scaling Computing

Forward Scaling for Multicore Performance The era of sequential, single-threaded software development deployed to a uniprocessor machine is rapidly fading into history. Nearly all computers sold today have at least two, if not four cores - and will have eight in the near future. Intel announced last month the successful production and testing of a new 48-core research processor which will be ma...
Read More

Power Spectral Density with NMath

Application Note Computing the Power Spectrum in C# We've had several customers ask about computing the PSD in C# with NMath, so I thought it was time for a post on the subject. The power spectral density provides an estimate of the power present within each slice of spectrum, and is presented as graph of the signal power versus frequency. It's a common signal processing calculation across many fi...
Read More

A Year at CenterSpace, and the View Forward

At CenterSpace software, we have just finished up an action-packed year working with new customers, developing new solutions for old customers, and releasing new versions of our NMath and NMath Stats products. This next year will bring many more positive changes to the CenterSpace community. This is a short post about what we've done over the past year, and where we are heading in 2010. Look ba...
Read More
Top