⚠️ You are viewing documentation for an older version of Compose SDK.
Version:

# Function boxWhiskerIqrOutliers

boxWhiskerIqrOutliers(target): Attribute

Returns an attribute representing outlier points based on interquartile range (IQR) calculations.

# Parameters

Parameter Type Description
target Attribute The target attribute for calculations.

# Returns

Attribute

An attribute representing outliers for box whisker plots using IQR.