NMath User's Guide

TOC | Previous | Next | Index

Chapter 12. Histograms (.NET, C#, CSharp, VB, Visual Basic, F#)

In NMath, instances of the Histogram class construct and maintain a histogram of input data. Input data is sorted into bins, and a count is kept of how many data points fall into each bin.


Top

Top