Back to Adaptive Vision Library website

You are here: Start » Function Reference » Histogram Data Statistics » HistogramDataStandardDeviation

HistogramDataStandardDeviation


Header:AVL.h
Namespace:avl

Computes the standard deviation of the histogrammed numeric data.

Syntax

C++
C#
 
void avl::HistogramDataStandardDeviation
(
	const avl::Histogram& inHistogram,
	float& outStandardDeviation
)

Parameters

Name Type Default Description
inHistogram const Histogram& Input histogram
outStandardDeviation float& Standard deviation of the histogrammed data

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataStandardDeviation.
DomainError Input histogram contains negative bins in HistogramDataStandardDeviation.
DomainError The histogrammed data is empty in HistogramDataStandardDeviation.

See Also