Changeset 323 for doc/html/classbdm_1_1mratio.html
- Timestamp:
- 04/23/09 21:12:23 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classbdm_1_1mratio.html
r312 r323 70 70 <div class="contents"> 71 71 <h1>bdm::mratio Class Reference</h1><!-- doxytag: class="bdm::mratio" --><!-- doxytag: inherits="bdm::mpdf" -->Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp"> 72 <img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_3 5.png">73 <p> 74 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_3 6.png">.72 <img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_36.png"> 73 <p> 74 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_37.png">. 75 75 <a href="#_details">More...</a> 76 76 <p> … … 99 99 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#f0c1db6fcbb3aae2dd6123884457a367">samplecond</a> (const vec &cond)</td></tr> 100 100 101 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_ 46.png">. <a href="#f0c1db6fcbb3aae2dd6123884457a367"></a><br></td></tr>101 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_50.png">. <a href="#f0c1db6fcbb3aae2dd6123884457a367"></a><br></td></tr> 102 102 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#afe4185b26baeb03688202e254d3b005">samplecond_m</a> (const vec &cond, int N)</td></tr> 103 103 … … 172 172 <hr><a name="_details"></a><h2>Detailed Description</h2> 173 173 Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp"> 174 <img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_3 5.png">175 <p> 176 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_3 6.png">.174 <img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_36.png"> 175 <p> 176 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_37.png">. 177 177 <p> 178 178 In particular this type of arise by conditioning of a mixture model.<p> … … 233 233 234 234 <p> 235 Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_ 46.png">.235 Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_50.png">. 236 236 <p> 237 237 <dl compact><dt><b>Parameters:</b></dt><dd> … … 279 279 <dl compact><dt><b>Parameters:</b></dt><dd> 280 280 <table border="0" cellspacing="2" cellpadding="0"> 281 <tr><td valign="top"></td><td valign="top"><em>N</em> </td><td>samples from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_ 46.png">. </td></tr>281 <tr><td valign="top"></td><td valign="top"><em>N</em> </td><td>samples from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_50.png">. </td></tr> 282 282 <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> 283 283 </table> … … 291 291 <li><a class="el" href="emix_8h-source.html">emix.h</a></ul> 292 292 </div> 293 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 9 14:33:212009 for mixpp by 293 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 23 21:06:45 2009 for mixpp by 294 294 <a href="http://www.doxygen.org/index.html"> 295 295 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>