Changeset 171 for doc/html/classEKFfixed.html
- Timestamp:
- 09/24/08 13:08:07 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classEKFfixed.html
r162 r171 79 79 80 80 <tr><td class="mdescLeft"> </td><td class="mdescRight">Substitute <code>val</code> for <code>rvc</code>. <br></td></tr> 81 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 87b07867fd4c133aa89a18543f68d9f9"></a><!-- doxytag: member="EKFfixed::bayes" ref="87b07867fd4c133aa89a18543f68d9f9" args="(matDt)" -->82 v oid </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#87b07867fd4c133aa89a18543f68d9f9">bayes</a> (matDt)</td></tr>81 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0186270f75189677f390fe088a9947e9"></a><!-- doxytag: member="EKFfixed::bayesB" ref="0186270f75189677f390fe088a9947e9" args="(const mat &Dt)" --> 82 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#0186270f75189677f390fe088a9947e9">bayesB</a> (const mat &Dt)</td></tr> 83 83 84 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">Batch Bayes rule (columns of Dt are observations). <br></td></tr> 85 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8554809fec160bee279bcd5fa14ead5c"></a><!-- doxytag: member="EKFfixed::_epdf" ref="8554809fec160bee279bcd5fa14ead5c" args="() const =0" --> 86 virtual const <a class="el" href="classepdf.html">epdf</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#8554809fec160bee279bcd5fa14ead5c">_epdf</a> () const =0</td></tr> 87 88 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a pointer to the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> representing posterior density on parameters. Use with care! <br></td></tr> 89 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#8a8ce6df431689964c41cc6c849cfd06">logpred</a> (const vec &dt) const </td></tr> 90 85 91 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="126bd2595c48e311fc2a7ab72876092a"></a><!-- doxytag: member="EKFfixed::_rv" ref="126bd2595c48e311fc2a7ab72876092a" args="() const " --> 86 92 const <a class="el" href="classRV.html">RV</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#126bd2595c48e311fc2a7ab72876092a">_rv</a> () const </td></tr> … … 91 97 92 98 <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> 99 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1ffa9f23669aabecc3760c06c6987522"></a><!-- doxytag: member="EKFfixed::set_evalll" ref="1ffa9f23669aabecc3760c06c6987522" args="(bool evl0)" --> 100 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#1ffa9f23669aabecc3760c06c6987522">set_evalll</a> (bool evl0)</td></tr> 101 102 <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> 103 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classBM.html">BM</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#eb58c81d6a7b75b05fc6f276eed78887">_copy_</a> (bool changerv=false)</td></tr> 104 93 105 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3fa60348b2da6b4208bb95b8d146900a"></a><!-- doxytag: member="EKFfixed::_rvc" ref="3fa60348b2da6b4208bb95b8d146900a" args="() const " --> 94 106 const <a class="el" href="classRV.html">RV</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classBMcond.html#3fa60348b2da6b4208bb95b8d146900a">_rvc</a> () const </td></tr> … … 165 177 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html#bf6fb59b30141074f8ee1e2f43d03129">evalll</a></td></tr> 166 178 167 <tr><td class="mdescLeft"> </td><td class="mdescRight">If true, the filter will compute likelihood of the data record and store it in <code>ll</code> . Set to false if you want to save time. <br></td></tr>179 <tr><td class="mdescLeft"> </td><td class="mdescRight">If true, the filter will compute likelihood of the data record and store it in <code>ll</code> . Set to false if you want to save computational time. <br></td></tr> 168 180 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9ba793c8ec453f04d372d17195ed8dec"></a><!-- doxytag: member="EKFfixed::rvc" ref="9ba793c8ec453f04d372d17195ed8dec" args="" --> 169 181 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classBMcond.html#9ba793c8ec453f04d372d17195ed8dec">rvc</a></td></tr> … … 174 186 Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter with full matrices in fixed point arithmetic. 175 187 <p> 176 An approximation of the exact Bayesian filter with Gaussian noices and non-linear evolutions of their mean. <hr>The documentation for this class was generated from the following files:<ul> 188 An approximation of the exact Bayesian filter with Gaussian noices and non-linear evolutions of their mean. <hr><h2>Member Function Documentation</h2> 189 <a class="anchor" name="8a8ce6df431689964c41cc6c849cfd06"></a><!-- doxytag: member="EKFfixed::logpred" ref="8a8ce6df431689964c41cc6c849cfd06" args="(const vec &dt) const " --> 190 <div class="memitem"> 191 <div class="memproto"> 192 <table class="memname"> 193 <tr> 194 <td class="memname">virtual double BM::logpred </td> 195 <td>(</td> 196 <td class="paramtype">const vec & </td> 197 <td class="paramname"> <em>dt</em> </td> 198 <td> ) </td> 199 <td> const<code> [inline, virtual, inherited]</code></td> 200 </tr> 201 </table> 202 </div> 203 <div class="memdoc"> 204 205 <p> 206 Evaluates predictive log-likelihood of the given data record I.e. marginal likelihood of the data with the posterior integrated out. 207 <p>Reimplemented in <a class="el" href="classARX.html#e7f9e7823aec9bf7ddc3b42d9b3304c4">ARX</a>, <a class="el" href="classMixEF.html#424ca64f36d4e41de7a7e7ae921d35ea">MixEF</a>, and <a class="el" href="classmultiBM.html#13e26a61757278981fd8cac9a7ef91eb">multiBM</a>.</p> 208 209 </div> 210 </div><p> 211 <a class="anchor" name="eb58c81d6a7b75b05fc6f276eed78887"></a><!-- doxytag: member="EKFfixed::_copy_" ref="eb58c81d6a7b75b05fc6f276eed78887" args="(bool changerv=false)" --> 212 <div class="memitem"> 213 <div class="memproto"> 214 <table class="memname"> 215 <tr> 216 <td class="memname">virtual <a class="el" href="classBM.html">BM</a>* BM::_copy_ </td> 217 <td>(</td> 218 <td class="paramtype">bool </td> 219 <td class="paramname"> <em>changerv</em> = <code>false</code> </td> 220 <td> ) </td> 221 <td><code> [inline, virtual, inherited]</code></td> 222 </tr> 223 </table> 224 </div> 225 <div class="memdoc"> 226 227 <p> 228 Copy function required in vectors, Arrays of <a class="el" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> etc. Have to be DELETED manually! Prototype: BM* <a class="el" href="classBM.html#eb58c81d6a7b75b05fc6f276eed78887">_copy_()</a>{<a class="el" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> Tmp*=new Tmp(this*); return Tmp; } 229 <p>Reimplemented in <a class="el" href="classARX.html#d2751057811c6fb8f4ff86e1648bcddc">ARX</a>.</p> 230 231 <p>Referenced by <a class="el" href="mixef_8cpp-source.html#l00007">MixEF::MixEF()</a>.</p> 232 233 </div> 234 </div><p> 235 <hr>The documentation for this class was generated from the following files:<ul> 177 236 <li>work/git/mixpp/pmsm/simulator_zdenek/ekf_example/<a class="el" href="ekf__obj_8h-source.html">ekf_obj.h</a><li>work/git/mixpp/pmsm/simulator_zdenek/ekf_example/ekf_obj.cpp</ul> 178 237 </div> 179 <hr size="1"><address style="text-align: right;"><small>Generated on T hu Sep 4 19:28:082008 for mixpp by 238 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 23 16:00:51 2008 for mixpp by 180 239 <a href="http://www.doxygen.org/index.html"> 181 240 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>