v.24.2Experimental Feature
Added seriesOutliersDetectTukey function for outlier detection using Tukey's fences algorithm
Added function seriesOutliersDetectTukey to detect outliers in series data using Tukey's fences algorithm. #58632 (Bhavna Jindal). Keep in mind that the behavior will be changed in the next patch release.Why it matters
This feature provides users with a powerful method to identify outliers in time series or sequential data based on Tukey's fences, helping improve data quality and analysis by highlighting anomalous points.How to use it
Users can apply theseriesOutliersDetectTukey function directly in their queries on series data to detect outliers. For example, use it within a SELECT statement on relevant columns to identify and handle outlying values.