# Function boxWhiskerIqrValues
boxWhiskerIqrValues(
target
):Measure
[]
Returns an array of values for box whisker plot using interquartile range (IQR) calculations.
# Parameters
Parameter | Type | Description |
---|---|---|
target | Attribute | The target attribute for calculations. |
# Returns
Measure
[]
An array of measures representing IQR values for box whisker plots.