Initial commit
[pftoolbox.git] / models / @danl / props.txt
blob294a66a7e4d00489e561619c4801d162bede77c1
1 Help on properties of the Discrete Additive Non-Linear (DANL) model.\r
2 \r
3 'f'\r
4 Data object representing f(x,t).\r
5 \r
6 'gw'\r
7 Data object representing gw(x,t).\r
8 \r
9 'gu'\r
10 Data object representing gu(x,t).\r
12 'h'\r
13 Data object representing h(x,t).\r
15 'hu'\r
16 Data object representing hu(x,t).\r
18 'x0'\r
19 A row vector or scalar containing the initial state estimate. x0(i) represents the initial\r
20 estimate of state i.\r
22 'w'\r
23 Noise object representing the process noise w(t).\r
25 'e'\r
26 Noise object representing measurement noise e(t).\r
28 'p0'\r
29 Noise object representing the initial process noise, p0.\r
31 'T'\r
32 Sample time.\r
34 'xvars'\r
35 A cell array containing the names of the states.\r
37 'description'\r
38 A simple description of the object.\r
40 'R' (READ-ONLY)\r
41 The covariance matrix R, representing the covariance of the process noise w(t).\r
43 'Q' (READ-ONLY)\r
44 The covariance matrix Q, representing the covariance of measurement noise e(t).\r
46 'P0' (READ-ONLY)\r
47 The covariance matrix P0, representing the covariance of p0.\r