When using the IQR-method, `r prop.table(table(APC$Filter_IsConsumptionOutlier))[2]*100` % of the values are identified as outliers.
When using the IQR-method, `r prop.table(table(APC$Filter_IsConsumptionOutlier2))[2]*100` % of the values are identified as outliers.
When using the Sigma-method, `r prop.table(table(APC$Filter_IsConsumptionOutlier2))[2]*100` % of the values are identified as outliers.
After identifiying outliers you need to decide how to deal with them. Typically, you can tim, winsorize, or label outliers. Finally it depends on the business questions what strategy is the best.
This file is part of the lecture Business Intelligence & Analytics (EESYS-BIA-M), Information Systems and Energy Efficient Systems, University of Bamberg.