필터 지우기
필터 지우기

time varying parameters estimation using ssm

조회 수: 2 (최근 30일)
Raamasrinivas Venkata
Raamasrinivas Venkata 2020년 5월 12일
I am trying to estimate the parameters of the following state space model:
State equation:
x(t)= A*x(t-1) + B*v(t)
Observation equation:
y(t)= C(t)*x(t)+ G(t)*z(t) + D*e(t),
where the errors are independent Gaussian process and z(t) is a vector of exogenous predictors/control vector at time 't'; The elements of A, B and D are known to me. However, the matrices C and G contain the parameters I want to estimate and the parameters repeat in both the matrices. For example,
C= [0 theta(t);alpha(t) 1]
G=[gamma(t) 1 alpha(t) theta(t)]
How do i estimate the parameters using ssm? Kindly get back to me.
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