Using the extremevalues
package in R for univariate outlier detection. I have an admittedly limited understanding of statistics, but am trying to conceptually grasp what some of the getOutliersI function is doing to determine outliers. I've tried looking at the package's documentation and am not finding it.
Calling the function on my data produces results that fit with common sense:
getOutliersI(data)
Since I'm not supplying any rho or FLim arguments, It's calculating the limits for me--but how?