Changeset 323 for doc/html/estimator_8cpp.html
- Timestamp:
- 04/23/09 21:12:23 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/estimator_8cpp.html
r312 r323 86 86 <p> 87 87 Here, <ul> 88 <li>Data Source is an object (class DS) providing sequential data, <img class="formulaInl" alt="$ [d_1, d_2, \ldots d_t] $" src="form_1 16.png">. </li>88 <li>Data Source is an object (class DS) providing sequential data, <img class="formulaInl" alt="$ [d_1, d_2, \ldots d_t] $" src="form_123.png">. </li> 89 89 <li>Bayesian Model is an object (class BM) performing Bayesian filtering, </li> 90 90 <li>Result Logger is an object (class logger) dedicated to storing important data from the experiment.</li> … … 104 104 </pre></div> when using loggers storing results on hard drives, and <div class="fragment"><pre class="fragment">>> Res=estimator(<span class="stringliteral">'config_file.cfg'</span>); 105 105 </pre></div> when using logger of the type <code>"mexlog"</code>. The results will be stored in structure <code>M</code>. </div> 106 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 9 14:33:202009 for mixpp by 106 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 23 21:06:43 2009 for mixpp by 107 107 <a href="http://www.doxygen.org/index.html"> 108 108 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>