[264] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: UIArxDS Class Reference</title> |
---|
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.6 --> |
---|
| 8 | <div class="navigation" id="top"> |
---|
| 9 | <div class="tabs"> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 14 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
| 15 | <li class="current"><a href="classes.html"><span>Classes</span></a></li> |
---|
| 16 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 17 | </ul> |
---|
| 18 | </div> |
---|
| 19 | <div class="tabs"> |
---|
| 20 | <ul> |
---|
| 21 | <li><a href="classes.html"><span>Alphabetical List</span></a></li> |
---|
| 22 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 23 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 24 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 25 | </ul> |
---|
| 26 | </div> |
---|
| 27 | </div> |
---|
| 28 | <div class="contents"> |
---|
| 29 | <h1>UIArxDS Class Reference</h1><!-- doxytag: class="UIArxDS" --><!-- doxytag: inherits="bdm::UIbuilder" --><code>#include <<a class="el" href="libDS__ui_8h-source.html">libDS_ui.h</a>></code> |
---|
| 30 | <p> |
---|
| 31 | <div class="dynheader"> |
---|
| 32 | Inheritance diagram for UIArxDS:</div> |
---|
| 33 | <div class="dynsection"> |
---|
| 34 | <p><center><img src="classUIArxDS__inherit__graph.png" border="0" usemap="#UIArxDS__inherit__map" alt="Inheritance graph"></center> |
---|
| 35 | <map name="UIArxDS__inherit__map"> |
---|
| 36 | <area shape="rect" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure." alt="" coords="5,7,120,33"></map> |
---|
| 37 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
| 38 | |
---|
| 39 | <p> |
---|
[270] | 40 | <a href="classUIArxDS-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
[264] | 41 | UI for ArxDS using factorized description!<p> |
---|
[269] | 42 | The ArxDS is constructed from a structure with fields: <div class="fragment"><pre class="fragment">system = { |
---|
[264] | 43 | type = <span class="stringliteral">"ArxDS"</span>; |
---|
[269] | 44 | <span class="comment">// number of output channels</span> |
---|
| 45 | ychns = 2; |
---|
| 46 | <span class="comment">// number of input channels</span> |
---|
| 47 | uchns = 0; |
---|
| 48 | <span class="comment">// regressor ids (only those in ychns or uchns)</span> |
---|
| 49 | ids = [1, 1, 1, 2]; |
---|
| 50 | <span class="comment">// regressor time delays</span> |
---|
| 51 | delays = [-1, -2, -3, 0]; |
---|
| 52 | <span class="comment">// theta</span> |
---|
| 53 | theta = [0.8, -0.3, 0.4, 1.0, |
---|
| 54 | 0.0, 0.0, 0.0, 0.0]; |
---|
| 55 | <span class="comment">// offset (optional)</span> |
---|
| 56 | offset = [0.0, 0.0]; |
---|
| 57 | <span class="comment">//variance</span> |
---|
| 58 | r = [0.1, 0.0, |
---|
| 59 | 0.0, 1.0]; |
---|
| 60 | <span class="comment">//options: L_theta, etc.</span> |
---|
| 61 | opt = <span class="stringliteral">"L_theta"</span>; |
---|
[264] | 62 | }; |
---|
[269] | 63 | </pre></div><p> |
---|
| 64 | <code>ychns</code> and <code>uchns</code> will be transformed into rvs of size=1.<p> |
---|
[270] | 65 | Result is ARX data source offering with full history as Drv. <table border="0" cellpadding="0" cellspacing="0"> |
---|
| 66 | <tr><td></td></tr> |
---|
| 67 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
| 68 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f29ba9f6bb21461d3c061701b8ba366f"></a><!-- doxytag: member="UIArxDS::build" ref="f29ba9f6bb21461d3c061701b8ba366f" args="(Setting &S) const " --> |
---|
| 69 | <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f">build</a> (Setting &S) const </td></tr> |
---|
| 70 | |
---|
| 71 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr> |
---|
| 72 | <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> |
---|
| 73 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c514c2eb6fc6a347f15c270a32ddebd"></a><!-- doxytag: member="UIArxDS::getvec" ref="3c514c2eb6fc6a347f15c270a32ddebd" args="(Setting &S) const " --> |
---|
| 74 | const vec </td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &S) const </td></tr> |
---|
| 75 | |
---|
| 76 | <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 " --> |
---|
| 77 | const mat </td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &S, int ncols) const </td></tr> |
---|
| 78 | |
---|
| 79 | <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 " --> |
---|
| 80 | const vec </td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &S) const </td></tr> |
---|
| 81 | |
---|
| 82 | </table> |
---|
| 83 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
[264] | 84 | <li><a class="el" href="libDS__ui_8h-source.html">libDS_ui.h</a></ul> |
---|
| 85 | </div> |
---|
[270] | 86 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:01 2009 for mixpp by |
---|
[264] | 87 | <a href="http://www.doxygen.org/index.html"> |
---|
| 88 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 89 | </body> |
---|
| 90 | </html> |
---|