I tried to implement outlier detection for one dimension using inter quartile. For instance, a given variable cost or revenue or profit. but I'm missing outliers in other dimensions when running for one dimension.
How to detect outliers for multi dimensional data , like cost and revenue and profit at once.
Is there any efficient algorithm for this?