Start with a set of polygon features with attributes. Choose one numerical attribute. Calculate the standard deviation. Next, decide the range of acceptable values (i.e. values up to 2 standard deviations from the mean). Compare the attribute of each feature against the standard deviation. If the attribute for that feature is outside the range of standard devitations then direct it to a different path/port. The features that fall inside the range are directed into a different path / port
Can someone help coach me on what transformers I need to do this? I appreciate the help.