Show
Ignore:
Timestamp:
01/05/09 19:59:06 (16 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classEKFCh.html

    r219 r224  
    3535<p><center><img src="classEKFCh__inherit__graph.png" border="0" usemap="#EKFCh__inherit__map" alt="Inheritance graph"></center> 
    3636<map name="EKFCh__inherit__map"> 
    37 <area shape="rect" href="classEKF__unQ.html" title="Extended Kalman filter with unknown Q." alt="" coords="29,404,107,428"><area shape="rect" href="classKalmanCh.html" title="Kalman filter in square root form." alt="" coords="28,250,108,274"><area shape="rect" href="classKalman.html" title="Kalman\&lt; chmat \&gt;" alt="" coords="5,172,131,196"><area shape="rect" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities." alt="" coords="59,7,99,31"><area shape="rect" href="classKalman.html" title="Kalman filter with covariance matrices in square root form." alt="" coords="84,84,201,108"></map> 
     37<area shape="rect" href="classEKF__unQ.html" title="Extended Kalman filter with unknown Q." alt="" coords="36,423,113,449"><area shape="rect" href="classEKFCh__cond.html" title="Extended Kalman filter with unknown Q." alt="" coords="137,423,236,449"><area shape="rect" href="classKalmanCh.html" title="Kalman filter in square root form." alt="" coords="32,263,117,289"><area shape="rect" href="classKalman.html" title="Kalman\&lt; chmat \&gt;" alt="" coords="5,183,144,209"><area shape="rect" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities." alt="" coords="67,7,107,33"><area shape="rect" href="classKalman.html" title="Kalman filter with covariance matrices in square root form." alt="" coords="91,87,219,113"></map> 
    3838<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    3939<div class="dynheader"> 
     
    5454<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor. <br></td></tr> 
    5555<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0216bed270df59fe65d0d62d41f8257c"></a><!-- doxytag: member="EKFCh::set_parameters" ref="0216bed270df59fe65d0d62d41f8257c" args="(diffbifn *pfxu, diffbifn *phxu, const chmat Q0, const chmat R0)" --> 
    56 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">set_parameters</a> (<a class="el" href="classdiffbifn.html">diffbifn</a> *pfxu, <a class="el" href="classdiffbifn.html">diffbifn</a> *phxu, const <a class="el" href="classchmat.html">chmat</a> Q0, const <a class="el" href="classchmat.html">chmat</a> R0)</td></tr> 
     56void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFCh.html#0216bed270df59fe65d0d62d41f8257c">set_parameters</a> (<a class="el" href="classdiffbifn.html">diffbifn</a> *<a class="el" href="classEKFCh.html#f4d595c2a674f8c6831eb1909bf21757">pfxu</a>, <a class="el" href="classdiffbifn.html">diffbifn</a> *<a class="el" href="classEKFCh.html#02503fee942fb63bfbe27354cdf8e734">phxu</a>, const <a class="el" href="classchmat.html">chmat</a> Q0, const <a class="el" href="classchmat.html">chmat</a> R0)</td></tr> 
    5757 
    5858<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set nonlinear functions for mean values and covariance matrices. <br></td></tr> 
     
    114114 
    115115<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 
     116<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f4d595c2a674f8c6831eb1909bf21757"></a><!-- doxytag: member="EKFCh::pfxu" ref="f4d595c2a674f8c6831eb1909bf21757" args="" --> 
     117<a class="el" href="classdiffbifn.html">diffbifn</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFCh.html#f4d595c2a674f8c6831eb1909bf21757">pfxu</a></td></tr> 
     118 
     119<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Internal Model f(x,u). <br></td></tr> 
     120<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="02503fee942fb63bfbe27354cdf8e734"></a><!-- doxytag: member="EKFCh::phxu" ref="02503fee942fb63bfbe27354cdf8e734" args="" --> 
     121<a class="el" href="classdiffbifn.html">diffbifn</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFCh.html#02503fee942fb63bfbe27354cdf8e734">phxu</a></td></tr> 
     122 
     123<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Observation Model h(x,u). <br></td></tr> 
    116124<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="94ee9da75b0e0f632e4a354988ca3798"></a><!-- doxytag: member="EKFCh::preA" ref="94ee9da75b0e0f632e4a354988ca3798" args="" --> 
    117125mat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKalmanCh.html#94ee9da75b0e0f632e4a354988ca3798">preA</a></td></tr> 
     
    231239<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> 
    232240 
    233 <p>Referenced by <a class="el" href="libBM_8h-source.html#l00436">BM::logpred_m()</a>.</p> 
     241<p>Referenced by <a class="el" href="libBM_8h-source.html#l00439">BM::logpred_m()</a>.</p> 
    234242 
    235243</div> 
     
    260268<li>work/git/mixpp/bdm/estim/<a class="el" href="libKF_8h-source.html">libKF.h</a><li>work/git/mixpp/bdm/estim/libKF.cpp</ul> 
    261269</div> 
    262 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Dec 4 14:42:21 2008 for mixpp by&nbsp; 
     270<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 5 19:29:15 2009 for mixpp by&nbsp; 
    263271<a href="http://www.doxygen.org/index.html"> 
    264272<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>