Changeset 269 for doc/html/classUIArxDS.html
- Timestamp:
- 02/11/09 14:15:39 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classUIArxDS.html
r264 r269 56 56 const vec </td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &S) const </td></tr> 57 57 58 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1e78cce143622e3a0ba66af4768bc3e8"></a><!-- doxytag: member="UIArxDS::getmat" ref="1e78cce143622e3a0ba66af4768bc3e8" args="(Setting &S, int ncols) const " --> 59 const mat </td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &S, int ncols) const </td></tr> 60 58 61 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f0c1a56ac46342d339c8e7944639b4b"></a><!-- doxytag: member="UIArxDS::getivec" ref="5f0c1a56ac46342d339c8e7944639b4b" args="(Setting &S) const " --> 59 62 const vec </td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &S) const </td></tr> … … 62 65 <hr><a name="_details"></a><h2>Detailed Description</h2> 63 66 UI for ArxDS using factorized description!<p> 64 The ArxDS is constructed from thestructure with fields: <div class="fragment"><pre class="fragment">system = {67 The ArxDS is constructed from a structure with fields: <div class="fragment"><pre class="fragment">system = { 65 68 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>; 75 87 }; 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> 90 Result is ARX data source offering with full history as Drv. <hr>The documentation for this class was generated from the following file:<ul> 77 91 <li><a class="el" href="libDS__ui_8h-source.html">libDS_ui.h</a></ul> 78 92 </div> 79 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 19:50:012009 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:20:23 2009 for mixpp by 80 94 <a href="http://www.doxygen.org/index.html"> 81 95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>