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

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classUIArxDS.html

    r264 r269  
    5656const vec&nbsp;</td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &amp;S) const </td></tr> 
    5757 
     58<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1e78cce143622e3a0ba66af4768bc3e8"></a><!-- doxytag: member="UIArxDS::getmat" ref="1e78cce143622e3a0ba66af4768bc3e8" args="(Setting &amp;S, int ncols) const " --> 
     59const mat&nbsp;</td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &amp;S, int ncols) const </td></tr> 
     60 
    5861<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f0c1a56ac46342d339c8e7944639b4b"></a><!-- doxytag: member="UIArxDS::getivec" ref="5f0c1a56ac46342d339c8e7944639b4b" args="(Setting &amp;S) const " --> 
    5962const vec&nbsp;</td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &amp;S) const </td></tr> 
     
    6265<hr><a name="_details"></a><h2>Detailed Description</h2> 
    6366UI for ArxDS using factorized description!<p> 
    64 The ArxDS is constructed from the structure with fields: <div class="fragment"><pre class="fragment">system = { 
     67The ArxDS is constructed from a structure with fields: <div class="fragment"><pre class="fragment">system = { 
    6568        type = <span class="stringliteral">"ArxDS"</span>; 
    66         ychns = [1,2];  
    67         <span class="comment">// regressor for each of ychn (#1,  #2)</span> 
    68         ids = ([1, 1, 1, 2], []);  
    69         <span class="comment">// delays in time for (#1, #2)</span> 
    70         delays = ([1, 2, 3, 0], []);  
    71         <span class="comment">// theta in time for (#1, #2)</span> 
    72         theta = ([0.8, -0.3, 0.4, 1.0], []); 
    73         <span class="comment">//variance in for each ychn</span> 
    74         r = (0.1, 1.0); 
     69        <span class="comment">// number of output channels</span> 
     70        ychns = 2; 
     71        <span class="comment">// number of input channels</span> 
     72        uchns = 0; 
     73        <span class="comment">// regressor ids (only those in ychns or uchns)</span> 
     74        ids = [1, 1, 1, 2]; 
     75        <span class="comment">// regressor time delays</span> 
     76        delays = [-1, -2, -3, 0]; 
     77        <span class="comment">// theta</span> 
     78        theta = [0.8, -0.3, 0.4, 1.0, 
     79                 0.0, 0.0, 0.0, 0.0]; 
     80        <span class="comment">// offset (optional)</span> 
     81        offset = [0.0, 0.0]; 
     82        <span class="comment">//variance</span> 
     83        r = [0.1, 0.0, 
     84             0.0, 1.0]; 
     85        <span class="comment">//options: L_theta, etc.</span> 
     86        opt = <span class="stringliteral">"L_theta"</span>; 
    7587}; 
    76 </pre></div> <hr>The documentation for this class was generated from the following file:<ul> 
     88</pre></div><p> 
     89<code>ychns</code> and <code>uchns</code> will be transformed into rvs of size=1.<p> 
     90Result is ARX data source offering with full history as Drv. <hr>The documentation for this class was generated from the following file:<ul> 
    7791<li><a class="el" href="libDS__ui_8h-source.html">libDS_ui.h</a></ul> 
    7892</div> 
    79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 19:50:01 2009 for mixpp by&nbsp; 
     93<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:20:23 2009 for mixpp by&nbsp; 
    8094<a href="http://www.doxygen.org/index.html"> 
    8195<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>