Click or drag to resize
Accord.NET (logo)

HistogramAdd Method (Histogram)

Adds one histogram from the other, storing results in a new histogram, without changing the current instance.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Histogram Add(
	Histogram histogram
)
Request Example View Source

Parameters

histogram
Type: Accord.Statistics.VisualizationsHistogram
The histogram whose bin values will be added.

Return Value

Type: Histogram
A new Histogram containing the result of this operation.
See Also