|
ContinuousHistogramUpdate Method
|
Update statistical value of the histogram.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
RemarksThe 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