wizard-420 commented on a change in pull request #952: URL: https://github.com/apache/systemml/pull/952#discussion_r436241640
########## File path: scripts/builtin/outlier.dml ########## @@ -18,6 +18,13 @@ # under the License. # #------------------------------------------------------------- +#An outlier in a probability distribution function is a number that is more +#than 1.5 times the length of the data set away from either the lower or upper quartiles. +#Specifically, if a number is less than Q1−1.5×IQR or greater than Q3+1.5×IQR, then it is an outlier. +# + + + Review comment: changes have been applied ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org