componentsautoregression
Components autoregression is a time series modeling approach that represents a multivariate signal as a set of latent components, each evolving autoregressively. The observed series are formed by a mixing of these components, so temporal dependence can be captured within components rather than across observed series.
Formally, x_t = A s_t + e_t, with x_t in R^d, s_t in R^p, A a mixing matrix, and
Estimation typically involves a decomposition step (for example independent component analysis or probabilistic factor models) to
Applications include signal processing, econometrics, and neuroscience, where separating independent sources before modeling improves interpretability and
Related topics include autoregressive models, independent component analysis, dynamic factor models, and vector autoregression.