alpha
If outlier.function parameter is set to NULL
outliers are calculated as those points that are greater
than upper quartile + alpha * IQR (interquartile range) or
lower than lower quartile - alpha * IQR (interquartile range).
If parameter outlier.function is not NULL parameter alpha is not used.