system.kanoa.quality.spc.rule1(valueList, mean, sigma)
Rule 1: One point is more than 3 standard deviations from the mean (outlier)
Parameters
valueList List of Float values: A list of values
mean Float: Mean value of the valueList
sigma Float: Standard deviation of the valueList values
Returns
ruleViolation Boolean
resultSet List of Boolean values ruleViolation for each value in the valueList
Example