Show
Ignore:
Timestamp:
02/16/09 10:02:08 (15 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classbdm_1_1BMcond.html

    r269 r270  
    2929</div> 
    3030<div class="contents"> 
    31 <h1>bdm::BMcond Class Reference</h1><!-- doxytag: class="bdm::BMcond" --><!-- doxytag: inherits="bdm::bdmroot" -->Conditional Bayesian Filter.   
    32 <a href="#_details">More...</a> 
    33 <p> 
    34 <code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code> 
     31<h1>bdm::BMcond Class Reference</h1><!-- doxytag: class="bdm::BMcond" --><!-- doxytag: inherits="bdm::bdmroot" --><code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code> 
    3532<p> 
    3633<div class="dynheader"> 
     
    4138<area shape="rect" href="classbdm_1_1EKFCh__cond.html" title="Extended Kalman filter with unknown parameters in IM." alt="" coords="5,161,141,188"><area shape="rect" href="classbdm_1_1EKFCh__unQ.html" title="Extended Kalman filter in Choleski form with unknown Q." alt="" coords="165,161,296,188"><area shape="rect" href="classbdm_1_1EKFful__unQR.html" title="Extended Kalman filter with unknown Q and R." alt="" coords="320,161,456,188"><area shape="rect" href="classbdm_1_1KFcondQR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="480,161,603,188"><area shape="rect" href="classbdm_1_1KFcondR.html" title="Kalman Filter with conditional diagonal matrices R and Q." alt="" coords="627,161,739,188"><area shape="rect" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects." alt="" coords="332,7,444,33"></map> 
    4239<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    43 <div class="dynheader"> 
    44 Collaboration diagram for bdm::BMcond:</div> 
    45 <div class="dynsection"> 
    46 <p><center><img src="classbdm_1_1BMcond__coll__graph.png" border="0" usemap="#bdm_1_1BMcond__coll__map" alt="Collaboration graph"></center> 
    47 <map name="bdm_1_1BMcond__coll__map"> 
    48 <area shape="rect" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects." alt="" coords="9,7,121,33"><area shape="rect" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables." alt="" coords="76,87,151,113"></map> 
    49 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    5040 
    5141<p> 
    52 <a href="classbdm_1_1BMcond-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
     42<a href="classbdm_1_1BMcond-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 
     43Conditional Bayesian Filter.  
     44<p> 
     45Evaluates 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> 
     46This is an interface class used to assure that certain <a class="el" href="classbdm_1_1BM.html" title="Bayesian Model of a system, i.e. all uncertainty is modeled by probabilities.">BM</a> has operation <code>condition</code> . <table border="0" cellpadding="0" cellspacing="0"> 
    5347<tr><td></td></tr> 
    5448<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
     
    5751 
    5852<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Substitute <code>val</code> for <code>rvc</code>. <br></td></tr> 
    59 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dde99f401cbf2e8e6a926eaa764b457d"></a><!-- doxytag: member="bdm::BMcond::BMcond" ref="dde99f401cbf2e8e6a926eaa764b457d" args="(RV &amp;rv0)" --> 
    60 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1BMcond.html#dde99f401cbf2e8e6a926eaa764b457d">BMcond</a> (<a class="el" href="classbdm_1_1RV.html">RV</a> &amp;rv0)</td></tr> 
     53<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ecf4a1c5d2bbb28105564ef3d278c40b"></a><!-- doxytag: member="bdm::BMcond::BMcond" ref="ecf4a1c5d2bbb28105564ef3d278c40b" args="()" --> 
     54&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1BMcond.html#ecf4a1c5d2bbb28105564ef3d278c40b">BMcond</a> ()</td></tr> 
    6155 
    6256<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor. <br></td></tr> 
     
    7569<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Identificator of the conditioning variable. <br></td></tr> 
    7670</table> 
    77 <hr><a name="_details"></a><h2>Detailed Description</h2> 
    78 Conditional Bayesian Filter.  
    79 <p> 
    80 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> 
    81 This is an interface class used to assure that certain <a class="el" href="classbdm_1_1BM.html" title="Bayesian Model of a system, 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 file:<ul> 
     71<hr>The documentation for this class was generated from the following file:<ul> 
    8272<li><a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 
    8373</div> 
    84 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:21:01 2009 for mixpp by&nbsp; 
     74<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:05 2009 for mixpp by&nbsp; 
    8575<a href="http://www.doxygen.org/index.html"> 
    8676<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>