Skip to content

bmel:iqrOf

Category: Array & Statistics · Returns: bmel:number

bmel:iqrOf(array: bmel:array<number>)

Description

Returns the interquartile range (IQR = Q3 - Q1) of an array. A robust measure of statistical dispersion that is resistant to outliers.

Arguments

Parameter Type Required Description
array bmel:array<number> The array of numeric values.

Example

bmel:iqrOf({batch:Response Payload}.$.scores)

Back to BMEL Reference