# Function boxWhiskerStdDevOutliers
boxWhiskerStdDevOutliers(
target
):Attribute
Returns an attribute representing outlier points based on standard deviation calculations.
# Parameters
Parameter | Type | Description |
---|---|---|
target | Attribute | The target attribute for calculations. |
# Returns
An attribute representing outliers for box whisker plots using standard deviation.