The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
40 views

Formulas for fitting the parameters of a linear dynamical system

Using the expectation-maximization algorithm one can fit all the parameters of a linear dynamical system. I know the theory behind it, and I know how to derive the updated parameters from the Kalman ...
0
votes
0answers
44 views

Concerning the reparametrization of the ARDL

I want to transform an autoregressive distributed lag (ARDL) to a long-run equation (reparametrization of the (ARDL). How could I do that? This equation is displayed in this link
-1
votes
2answers
132 views

Outlier and structural break detection in dynamic linear models [closed]

Is there a non bayesian method of finding outliers and structural breaks using the pakcage 'dlm'?
1
vote
2answers
146 views

Learning a mapping from one time series to another with a Kalman Filter

I am interested in finding the relation between two (possibly multi dimensional) time series $x_{1:T}$ and $y_{1:T}$. I wonder how I can do that with a linear dynamical system/Kalman filter. My ...
0
votes
1answer
171 views

Assumption of Gaussian distribution of acceleration

I have a data set consisting of noisy position values of a trajectory of a human hand. I want to estimate a generative model of these trajectories, and the obvious choice is a Kalman Filter/linear ...