Click or drag to resize
Accord.NET (logo)

ContinuousHistogramUpdate Method

Update statistical value of the histogram.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public void Update()
Request Example View Source
Remarks
The method recalculates statistical values of the histogram, like mean, standard deviation, etc. The method should be called only in the case if histogram values were retrieved through Values property and updated after that.
See Also