Back to Aurora Vision Library website

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

HistogramDataStandardDeviation


Header: AVL.h
Namespace: avl
Module: FoundationBasic

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
Input value inHistogram const Histogram& Input histogram
Output value 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 or its data is empty in HistogramDataStandardDeviation.

See Also