Changeset 269 for doc/latex/classUIArxDS.tex
- Timestamp:
- 02/11/09 14:15:39 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classUIArxDS.tex
r264 r269 35 35 36 36 \item 37 \hypertarget{classbdm_1_1UIbuilder_1e78cce143622e3a0ba66af4768bc3e8}{ 38 const mat \textbf{getmat} (Setting \&S, int ncols) const } 39 \label{classbdm_1_1UIbuilder_1e78cce143622e3a0ba66af4768bc3e8} 40 41 \item 37 42 \hypertarget{classbdm_1_1UIbuilder_5f0c1a56ac46342d339c8e7944639b4b}{ 38 43 const vec \textbf{getivec} (Setting \&S) const } … … 45 50 UI for ArxDS using factorized description! 46 51 47 The ArxDS is constructed from thestructure with fields:52 The ArxDS is constructed from a structure with fields: 48 53 49 54 \begin{Code}\begin{verbatim}system = { 50 55 type = "ArxDS"; 51 ychns = [1,2]; 52 // regressor for each of ychn (#1, #2) 53 ids = ([1, 1, 1, 2], []); 54 // delays in time for (#1, #2) 55 delays = ([1, 2, 3, 0], []); 56 // theta in time for (#1, #2) 57 theta = ([0.8, -0.3, 0.4, 1.0], []); 58 //variance in for each ychn 59 r = (0.1, 1.0); 56 // number of output channels 57 ychns = 2; 58 // number of input channels 59 uchns = 0; 60 // regressor ids (only those in ychns or uchns) 61 ids = [1, 1, 1, 2]; 62 // regressor time delays 63 delays = [-1, -2, -3, 0]; 64 // theta 65 theta = [0.8, -0.3, 0.4, 1.0, 66 0.0, 0.0, 0.0, 0.0]; 67 // offset (optional) 68 offset = [0.0, 0.0]; 69 //variance 70 r = [0.1, 0.0, 71 0.0, 1.0]; 72 //options: L_theta, etc. 73 opt = "L_theta"; 60 74 }; 61 75 \end{verbatim} 62 76 \end{Code} 63 77 64 78 79 80 {\tt ychns} and {\tt uchns} will be transformed into rvs of size=1. 81 82 Result is ARX data source offering with full history as Drv. 65 83 66 84 The documentation for this class was generated from the following file:\begin{CompactItemize}