Related Experiment Video
Updated: Sep 20, 2026

A Method of Trigonometric Modelling of Seasonal Variation Demonstrated with Multiple Sclerosis Relapse Data
Published on: December 9, 2015
TSCNet: A Trend-Seasonality Coupled Network for Efficient Multivariate Time Series Forecasting
Abstract:
Currently, time series forecasting methods typically follow a "decompose-and-forecast-independently" strategy, where the original series is first decomposed into trend and seasonal components, and different components are then modeled separately. However, in real-world data, trends and seasonality are often dynamically coupled and mutually influential. Ignoring such intercomponent dependencies may weaken the benefits of decomposition-based modeling, thereby limiting forecasting performance. To address this issue, we propose a forecasting framework that explicitly models the coupling between trend and seasonality. In particular, by jointly modeling amplitude and phase, we align trend intensity with seasonal phase at the feature level, thereby capturing their intrinsic relationship. This design improves the interpretability of the coupled representation and yields consistent performance gains across different datasets and prediction horizons. Moreover, we design a heteroscedastic Laplace loss function that combines uncertainty weighting with heteroscedastic modeling, reducing the impact of error accumulation over long prediction horizons and enhancing robustness to outliers and heavy-tailed noise. Extensive experiments on 12 real-world datasets demonstrate that TSCNet achieves competitive or leading performance in terms of forecasting accuracy and long-horizon stability. The code and datasets are available at https://github.com/QiongLouLi/TSCNet.
Related Concept Videos
Time-Series Graph
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
Correlation and Regression
Discrete-Time Fourier Series
For a discrete-time periodic signal x[n]...
Noncompartmental Analysis: Statistical Moment Theory
Survival Tree
Building a Survival Tree
Constructing a survival tree begins...