BookmarkSubscribeRSS Feed
tarikb02
Calcite | Level 5

Hello,

I would like to implement kalman filter when the measurement matrix is time varying. the model is as follows:

Yt = Ht * Zt + Et    Ht = [ 1 Mt]                                                                                                                                                                                                           

Zt = Zt-1 + Vt.

can anyone tell how to do this with KALCVF in iml. My problem is that my Ht is time varying while in KALCVF I need Ht is time invariant.

Many thanks in advance.

tarik

1 REPLY 1
Rick_SAS
SAS Super FREQ

A colleague sent me the following information regarding this question:

Actually the documentation does mention that a time-varying
measurement matrix, H_t, is permitted.  All you need to do is provide H_t
that is a ((T+lead)*N_y) times N_z matrix where, T is the number of time
points, lead is the forecast lead, N_y is the dimension of the observation
vector, and  N_z is the dimension of the state vector.   For
example, in the user’s notation, if the observations  are univariate, the
rows of H_t matrix will be [1 M_t], t=1 …(T +lead).

  

By the way, as a side note, mention to the user the new state
space modeling procedure, SSM, in 9.3 (its doc is at http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_ssm_sect006.ht...
).

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 964 views
  • 0 likes
  • 2 in conversation