v.24.1New Feature
Added seriesDecomposeSTL function for time series decomposition
Added function seriesDecomposeSTL which decomposes a time series into a season, a trend and a residual component. #57078 (Bhavna Jindal).Why it matters
This feature enables users to analyze and understand the underlying patterns within time series data by separating it into meaningful parts: seasonality, trend, and noise. It helps in better forecasting, anomaly detection, and time series analysis directly within ClickHouse.How to use it
Apply theseriesDecomposeSTL function to a time series dataset by passing the required parameters. The function returns the decomposed components that you can use for further analysis or visualization.