# Outliers [Obj,Obj] ### Description Select pairs in `SOURCE` that are identified as outliers based on their probability. Statistics are computed per groups, each group idendified by values in column 1. ### Input - `SOURCE [OBJ,OBJ]`: a list of object pairs ### Output - `HIGH [OBJ,OBJ]`: a list of object pairs that are outliers on the higher end - `LOW [OBJ,OBJ]`: a list of object pairs that are outliers on the lower end ### Parameters - `Method`: the method used to identify the outliers - `standard deviation`: select the pairs whose probability is at least `Minimum standard deviations from average`