Back to FabImage Studio website

You are here: Start » Filter Reference » Histogram » Histogram Data Statistics » HistogramDataNthValue

HistogramDataNthValue


Module: FoundationBasic

Computes nth smallest (or largest) value of the histogrammed numeric data.

Name Type Description
Input value inHistogram Histogram Input histogram
Input value inN Double
Input value inSortingOrder SortingOrder
Output value outNthValue Real Nth smallest (or largest) value of the histogrammed data

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 Input histogram contains negative bins in HistogramDataNthValue.
DomainError Selected N exceeds index range in HistogramDataNthValue.

Complexity Level

This filter is available on Basic Complexity Level.