Click or drag to resize
Accord.NET (logo)

HistogramCompute Method (Double, Int32, Boolean)

Computes (populates) an Histogram mapping with values from a sample.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Compute(
	double[] values,
	int numberOfBins,
	bool extraUpperBin
)
Request Example View Source

Parameters

values
Type: SystemDouble
The values to be binned in the histogram.
numberOfBins
Type: SystemInt32
The desired number of histogram's bins.
extraUpperBin
Type: SystemBoolean
Whether to include an extra upper bin going to infinity.
See Also