Z-score without standard deviation

41 Views Asked by At

I have an algorithm which implements z-score for detecting outliers. However, I am implementing this algorithm in an FPGA, where I can't compute standard deviation, it is a very complex operation. Is there any possibility to use z-score without using the std? Perhaps an alternative measure?