|
|
State space representation
Hi all SAS users.
I ve read some past post about the State space representation and the
kalman filtering in sas but I dont understand clear haw i can perform a
state space model with unobserved componet (estimated jointly) with sas.
I have these representation
Y(t)= X(t)*F(t)+ error1(t) Observed equation
F(t)=B*F(t-1)+U(t) +error2(t) State equation
where X(t), Y(t) and U(t) are observed data.
Any ones known how I can perform this estimation jointly with sas.
Any coment will be appreciated.
Rolando Coro.
Universidad autobnoma de madrid. Spain.
|
|
0
|
|
|
|
Reply
|
rolando.coro (1)
|
11/26/2009 5:56:05 PM |
|
Hi,
If my memory serves me right, state space modeling can be modelled using proc statespace where you have to then define the model as well as the lag. The sas help has an example on that.
------Original Message------
From: Rolando Coro Gonzalez
Sender: SAS(r) Discussion
To: SAS-L@LISTSERV.UGA.EDU
ReplyTo: Rolando Coro Gonzalez
Subject: State space representation
Sent: Nov 27, 2009 1:56 AM
Hi all SAS users.
I ve read some past post about the State space representation and the
kalman filtering in sas but I dont understand clear haw i can perform a
state space model with unobserved componet (estimated jointly) with sas.
I have these representation
Y(t)= X(t)*F(t)+ error1(t) Observed equation
F(t)=B*F(t-1)+U(t) +error2(t) State equation
where X(t), Y(t) and U(t) are observed data.
Any ones known how I can perform this estimation jointly with sas.
Any coment will be appreciated.
Rolando Coro.
Universidad autobnoma de madrid. Spain.
Sent from my BlackBerry Wireless Handheld
--
Regards,
Murphy Choy
Certified Advanced Programmer for SAS V9
Certified Basic Programmer for SAS V9
|
|
0
|
|
|
|
Reply
|
goladin (478)
|
11/27/2009 12:00:50 AM
|
|
|
1 Replies
219 Views
(page loaded in 0.048 seconds)
Similiar Articles: Non-linear state space in simulink - comp.soft-sys.matlab ...Hello, I need to represent a system in simulink, and I have the state space representation. But, some terms of the matrices depend on the state vec... state space system identification problem - comp.soft-sys.matlab ...... 8222;pem“ to do parameter identification for a SISO state space ... Description. ss2tf converts a state-space representation of a given system to an equivalent ... Simulink state-space - comp.soft-sys.matlabHello, I need to represent a system in simulink, and I have the state space representation. But, some terms of the matrices depend on the state vec... Representing nonlinear state space systems in Simulink - comp.soft ...Hello, I need to represent a system in simulink, and I have the state space representation. But, some terms of the matrices depend on the state vec... Online Parameter Estimation with Extended Kalman Filter - comp ...... to avoid this problem by transforming the state space vector with a constant diagonal Matrix, a logarithmic scale for the parameters and a time-scaled representation for ... How to use MODEL FUNCTION??? - comp.soft-sys.matlab... or complex-valued transfer function models (TF objects) or to convert state-space ... model in systems engineering and software engineering is a structured representation ... std::stringstream and string to unsigned long conversion - comp ...... returns ULONG_MAX and remain in a valid state. There ... string which (after skipping any leading white space ... conversion > of the ULONG_MAX string representation ? the firing squad problem - comp.programming... the firing squad problem: an array of finite state ... time, since it takes N pulses plus one > blank space ... capable of storing (or transmitting) a digital representation ... Poker hand evaluator - comp.lang.javascript... if the evaluator could retain most of its state when ... or sparse Arrays should be reasonably fast and space ... say handEval(hand), which, given a > suitable representation ... Euro symbol canvas postscript - comp.lang.perl.tk... encodings to make sure perl gets its internal representation ... CurrentEncoding [ /space/space/space/space/space ... This procedure trashes the graphics state ... State space representation - Wikipedia, the free encyclopediaIn control engineering, a state space representation is a mathematical model of a physical system as a set of input, output and state variables related by first-order ... State space (controls) - Wikipedia, the free encyclopediaIn control engineering, a state space representation is a mathematical model of a physical system as a set of input, output and state variables related by first-order ... 7/19/2012 8:16:35 PM
|
|
|
|
|
|
|
|
|