Herror ::tuple_deviation (
    const HTuple &Tuple,
    double *Deviation
)
Herror ::tuple_deviation (
    const HTuple &Tuple,
    HTuple *Deviation
)

Return the standard deviation of the elements of a tuple.

::tuple_deviation calculates the standard derivation of all elements of the input tuple Tuple. It returns the derivation as a floating point number in the output parameter Deviation. The input tuple may only consist of numbers (integer or floating point numbers).


Parameters

Tuple (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple.

Deviation (output_control)
number(-array) -> (HTuple.) double *
Standard deviation of tuple elements.


Alternatives

::tuple_mean, ::tuple_sum, ::tuple_min, ::tuple_max, ::tuple_length


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH