<div dir="ltr">Hi Dan,<div><br></div><div style>Since your model is linear there are at least two approaches you can take:</div><div style>1. Implement the Kalman filter (see chapter 8 in the ADMB manual)</div><div style>2. Use the random effects module of ADMB in which you explicitly define</div>
<div style>    your state variable X to be a latent variable. This approach</div><div style>    can be generalized to nonlinear models.</div><div style><br></div><div style>I recommend doing both as an exercise to understand the possibilities that ADMB offers. With regard to 2) there are a few tricks that people have tpl-files for.</div>
<div style><br></div><div style>What is the size of your model, i.e. the dimension of X and the length of your</div><div style>time series? This info is critical for assessing which of 1 and 2 (if any) is</div><div style>
the best choice. You say "spatio" which indicates that X is high dimentional.</div><div style><br></div><div style>Hans</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 3, 2013 at 6:34 PM, Dan Gladish <span dir="ltr"><<a href="mailto:dan.gladish@gmail.com" target="_blank">dan.gladish@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hello all,<br><br></div>I am currently 
working on a spatio-temporal model that we are hoping to implement in 
ADMB.  Unfortunately, I am very new at ADMB and am looking for a little 
help.  Specifically, I am looking to see if there are any examples of 
code for a multivariate linear state-space model:<br>
<br></div>Y(t) = X(t) + e(t), e(t) \sim N(0,s2e I)<br></div>X(t) = M*X(t-1) + eta(t), eta(t) \sim N(0,Q)<br><br></div>where
 Y(t) is the data vector, X(t) is the latent variable vector, M is the propagator matrix, and 
s2e and Q the innovation variance and latent covariance, respectively.  <br>
<br></div>There are a few examples of state-space models, but I did not 
see one using a very bare bones set-up like this.  Any help would be 
much appreciated for a lowly beginner like me.  <br><br></div>Sincerely,<br>Dan Gladish</div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@admb-project.org">Users@admb-project.org</a><br>
<a href="http://lists.admb-project.org/mailman/listinfo/users" target="_blank">http://lists.admb-project.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>