Click or drag to resize
Accord.NET (logo)

HistogramFromData Method

Creates a histogram of values from a sample.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Histogram FromData(
	double[] values
)
Request Example View Source

Parameters

values
Type: SystemDouble
The values to be binned in the histogram.

Return Value

Type: Histogram
A histogram reflecting the distribution of values in the sample.
See Also