|
HistogramUpdate Method
|
Update statistical value of the histogram.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax Remarks The method recalculates statistical values of the histogram, like mean,
standard deviation, etc., in the case if histogram's values were changed directly.
The method should be called only in the case if histogram's values were retrieved
through
Values property and updated after that.
See Also