Changeset 91 for doc/html/classBMcond.html
- Timestamp:
- 04/30/08 15:20:07 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classBMcond.html
r79 r91 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5.3 --> 8 <div class="tabs"> 9 <ul> 10 <li><a href="index.html"><span>Main Page</span></a></li> 11 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 12 <li><a href="files.html"><span>Files</span></a></li> 13 <li><a href="pages.html"><span>Related Pages</span></a></li> 14 </ul> 7 <!-- Generated by Doxygen 1.5.5 --> 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 class="current"><a href="annotated.html"><span>Classes</span></a></li> 14 <li><a href="files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 17 <div class="tabs"> 18 <ul> 19 <li><a href="annotated.html"><span>Class List</span></a></li> 20 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 21 <li><a href="functions.html"><span>Class Members</span></a></li> 22 </ul> 23 </div> 15 24 </div> 16 <div class="tabs"> 17 <ul> 18 <li><a href="annotated.html"><span>Class List</span></a></li> 19 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 20 <li><a href="functions.html"><span>Class Members</span></a></li> 21 </ul> 22 </div> 25 <div class="contents"> 23 26 <h1>BMcond Class Reference</h1><!-- doxytag: class="BMcond" -->Conditional Bayesian Filter. 24 27 <a href="#_details">More...</a> … … 31 34 <p><center><img src="classBMcond__inherit__graph.png" border="0" usemap="#BMcond__inherit__map" alt="Inheritance graph"></center> 32 35 <map name="BMcond__inherit__map"> 33 <area shape="rect" href="classEKF__unQ.html" title="Extended Kalman filter with unknown Q." alt="" coords="5,8 4,85,111"><area shape="rect" href="classEKFfixed.html" title="Extended Kalman Filter in full matrices." alt="" coords="229,84,309,111"><area shape="rect" href="classKFcondQR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="333,84,421,111"><area shape="rect" href="classKFcondR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="445,84,523,111"></map>36 <area shape="rect" href="classEKF__unQ.html" title="Extended Kalman filter with unknown Q." alt="" coords="5,81,83,105"><area shape="rect" href="classEKFfixed.html" title="Extended Kalman Filter in full matrices." alt="" coords="221,81,296,105"><area shape="rect" href="classKFcondQR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="320,81,405,105"><area shape="rect" href="classKFcondR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="429,81,504,105"></map> 34 37 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 35 38 <div class="dynheader"> … … 38 41 <p><center><img src="classBMcond__coll__graph.png" border="0" usemap="#BMcond__coll__map" alt="Collaboration graph"></center> 39 42 <map name="BMcond__coll__map"> 40 <area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="2 3,7,60,33"><area shape="rect" title="rvc" alt="" coords="37,31,45,39"><area shape="rect" title="rvc" alt="" coords="37,99,45,107"></map>43 <area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="21,6,59,30"></map> 41 44 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 42 45 … … 87 90 <p> 88 91 Evaluates conditional filtering density $f(rv|rvc,data)$ for a given <code>rvc</code> which is specified in each step by calling function <code>condition</code>.<p> 92 This is an interface class used to assure that certain <a class="el" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> has operation <code>condition</code> .<p> 93 Evaluates conditional filtering density <img class="formulaInl" alt="$f(rv|rvc,data)$" src="form_36.png"> for a given <code>rvc</code> which is specified in each step by calling function <code>condition</code>.<p> 89 94 This is an interface class used to assure that certain <a class="el" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> has operation <code>condition</code> . <hr>The documentation for this class was generated from the following files:<ul> 90 95 <li>work/mixpp/bdm/stat/<a class="el" href="arx_8h-source.html">arx.h</a><li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 91 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 18 11:15:18 2008 for mixpp by 96 </div> 97 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:37 2008 for mixpp by 92 98 <a href="http://www.doxygen.org/index.html"> 93 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 3</small></address>99 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> 94 100 </body> 95 101 </html>