R/RcppExports.R
lq_outlier_ci.RdFor each dimension: lower = -iqr_factor * IQR, upper = +iqr_factor * IQR.
Equivalent to rENA's:
IQR uses R's default type = 7 quantile.
lq_outlier_ci(points, iqr_factor = 1.5)Numeric matrix (n_dims x 2): columns are [lower, upper].