Derivation of an EM algorithm for constrained and unconstrained multivariate autoregressive state-space (MARSS) models
Elizabeth E. Holmes

TL;DR
This paper introduces a general EM algorithm for estimating parameters in constrained multivariate autoregressive state-space models, accommodating various constraints, missing data, and time-varying parameters, with implementation in an R package.
Contribution
It presents a novel, flexible EM algorithm for constrained MARSS models, extending previous methods to include a wide range of constraints and time-varying parameters.
Findings
Algorithm handles missing data effectively
Supports various parameter constraints
Implemented in open-source R package
Abstract
This report presents an Expectation-Maximization (EM) algorithm for estimation of the maximum-likelihood parameter values of constrained multivariate autoregressive Gaussian state-space (MARSS) models. The MARSS model can be written: x(t)=Bx(t-1)+u+w(t), y(t)=Zx(t)+a+v(t), where w(t) and v(t) are multivariate normal error-terms with variance-covariance matrices Q and R respectively. MARSS models are a class of dynamic linear model and vector autoregressive state-space model. Shumway and Stoffer presented an unconstrained EM algorithm for this class of models in 1982, and a number of researchers have presented EM algorithms for specific types of constrained MARSS models since then. In this report, I present a general EM algorithm for constrained MARSS models, where the constraints are on the elements within the parameter matrices (B,u,Q,Z,a,R). The constraints take the form vec(M)=f+Dm,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Bayesian Methods and Mixture Models · Statistical Methods and Bayesian Inference
