필터 지우기
필터 지우기

Including observed ( exogeneous predictor) matrix in the state equation of a state space model

조회 수: 1 (최근 30일)
I'm trying to estimate a state space model of the form
x(t) = Ax(t-1) + Gz(t) + Bu(t)
y(t) = Cx(t) + De(t)
where z(t) is a vector of exogenous (predictor and observed one) variables.
I'm using ssm function in Matlab which allow to input only matrix A, B, C, D. Can someone guide me how to include the matrix G into the system? Or I can work in this following way.
[x(t);z(t)] = [A G;0 1] *[x(t-1);z(t-1)] + [B;0]*u(t)
z(t) is other observed variable that I want to include in the state equation to control the result.
How to edit the state vector [x(t)] to include and observed variable or how to include the matrix of exogenous variable?
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Standard State-Space Model에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by