Click or drag to resize
Accord.NET (logo)

Histogram Constructor (Double)

Note: This API is now obsolete.

Constructs an empty histogram

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

Parameters

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