Show
Ignore:
Timestamp:
02/11/09 14:15:39 (16 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classUIArxDS.tex

    r264 r269  
    3535 
    3636\item  
     37\hypertarget{classbdm_1_1UIbuilder_1e78cce143622e3a0ba66af4768bc3e8}{ 
     38const mat \textbf{getmat} (Setting \&S, int ncols) const } 
     39\label{classbdm_1_1UIbuilder_1e78cce143622e3a0ba66af4768bc3e8} 
     40 
     41\item  
    3742\hypertarget{classbdm_1_1UIbuilder_5f0c1a56ac46342d339c8e7944639b4b}{ 
    3843const vec \textbf{getivec} (Setting \&S) const } 
     
    4550UI for ArxDS using factorized description! 
    4651 
    47 The ArxDS is constructed from the structure with fields:  
     52The ArxDS is constructed from a structure with fields:  
    4853 
    4954\begin{Code}\begin{verbatim}system = { 
    5055        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"; 
    6074}; 
    6175\end{verbatim} 
    6276\end{Code} 
    6377 
    64   
     78 
     79 
     80{\tt ychns} and {\tt uchns} will be transformed into rvs of size=1. 
     81 
     82Result is ARX data source offering with full history as Drv.  
    6583 
    6684The documentation for this class was generated from the following file:\begin{CompactItemize}