Start » Filter Reference » Basic » Statistics » Quantile
Module: | FoundationLite |
---|
Computes the specified quantile of an array of real numbers. The array must be not empty.
Name | Type | Range | Description | |
---|---|---|---|---|
inValues | RealArray | |||
inQuantilePoint | Real | 0.0 - 1.0 | ||
outQuantileValue | Real |
Hints
- If the input array is not guaranteed to be non-empty, precede this filter with SkipEmptyArray.
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 array on input in Quantile. |
Complexity Level
This filter is available on Advanced Complexity Level.