Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array Statistics » GetMedianElement

GetMedianElement


Gets array element corresponding to median value from the inValues array.

Name Type Description
inArray <T>Array Elements from which element corresponding to median value will be chosen
inValues RealArray Values defining the order
outElement <T> Element from the array
outValue Real Median value
outIndex Integer Index of the median value

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty input array in GetMedianElement.
DomainError Inconsistent array sizes in GetMedianElement.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of GetMedianElement filter group.