1 Help on properties of the Discrete General Non-Linear (DGNL) model.
\r
4 Data object representing f(x,t,u,w).
\r
7 Data object representing h(x,t,u,e).
\r
10 h_inv(x,y,t) - a function handle pointing to the inverse of h with respect to e(t).
\r
13 A row vector or scalar containing the initial state estimate. x0(i) represents the initial
\r
14 estimate of state i.
\r
17 Noise object representing the process noise w(t).
\r
20 Noise object representing measurement noise e(t).
\r
23 Noise object representing the initial process noise, p0.
\r
29 A cell array containing the names of the states.
\r
32 A cell array containing the names of the u(t) elements.
\r
35 A cell array containing the names of the noise elements.
\r
38 A simple description of the object.
\r
41 The covariance matrix R, representing the covariance of the process noise w(t).
\r
44 The covariance matrix Q, representing the covariance of measurement noise e(t).
\r
47 The covariance matrix P0, representing the covariance of p0.
\r