calculate the total percentage of outliers for a process of several properties combined
I am trying to calculate total yield of a process. The process will decide several properties of a product. For any one of the product that comes out from this process, if any one of these properties falls outside the limits we target for, then this product should be counted as a outlier. I found it convenient to calculate the outliers for each of the single property alone, but I did not find a w...