Changeset 33 for doc/html/classmpdf.html
- Timestamp:
- 03/05/08 16:01:56 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classmpdf.html
r32 r33 30 30 <div class="dynsection"> 31 31 <p><center><img src="classmpdf__inherit__graph.png" border="0" usemap="#mpdf__inherit__map" alt="Inheritance graph"></center> 32 <map name="mpdf__inherit__map"> 33 <area shape="rect" href="classmEF.html" title="Exponential family model." alt="" coords="88,84,139,111"><area shape="rect" href="classmgamma.html" title="Gamma random walk." alt="" coords="5,161,91,188"><area shape="rect" href="classmlnorm.html" title="Normal distributed linear function with linear function of mean value;." alt="" coords="115,161,243,188"></map> 32 34 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 33 35 <div class="dynheader"> … … 43 45 <tr><td></td></tr> 44 46 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 45 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html# c20c796f8d0a201f0897299150e45a41">samplecond</a> (vec &cond, double lik)</td></tr>47 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#b0193a350c97933ddf15b15a130da352">samplecond</a> (vec &cond, double &ll)</td></tr> 46 48 47 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="# c20c796f8d0a201f0897299150e45a41"></a><br></td></tr>49 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. <a href="#b0193a350c97933ddf15b15a130da352"></a><br></td></tr> 48 50 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0f95a0cc6ab40611f46804682446ed83"></a><!-- doxytag: member="mpdf::condition" ref="0f95a0cc6ab40611f46804682446ed83" args="(const vec &cond)" --> 49 virtual void </td><td class="memItemRight" valign="bottom">< b>condition</b> (const vec &cond)</td></tr>51 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">condition</a> (const vec &cond)</td></tr> 50 52 53 <tr><td class="mdescLeft"> </td><td class="mdescRight">Update <code>ep</code> so that it represents this <a class="el" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a> conditioned on <code>rvc</code> = cond. <br></td></tr> 51 54 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="80b738ece5bd4f8c4edaee4b38906f91"></a><!-- doxytag: member="mpdf::evalcond" ref="80b738ece5bd4f8c4edaee4b38906f91" args="(const vec &dt, const vec &cond)" --> 52 virtual double </td><td class="memItemRight" valign="bottom">< b>evalcond</b> (const vec &dt, const vec &cond)</td></tr>55 virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#80b738ece5bd4f8c4edaee4b38906f91">evalcond</a> (const vec &dt, const vec &cond)</td></tr> 53 56 57 <tr><td class="mdescLeft"> </td><td class="mdescRight">Shortcut for conditioning and evaluation of the internal <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. In some cases, this operation can be implemented efficiently. <br></td></tr> 54 58 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6788be9f3a888796499c5293a318fcfb"></a><!-- doxytag: member="mpdf::~mpdf" ref="6788be9f3a888796499c5293a318fcfb" args="()" --> 55 59 virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#6788be9f3a888796499c5293a318fcfb">~mpdf</a> ()</td></tr> … … 60 64 61 65 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> 66 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ec9c850305984582548e8deb64f0ffe8"></a><!-- doxytag: member="mpdf::_rvc" ref="ec9c850305984582548e8deb64f0ffe8" args="()" --> 67 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#ec9c850305984582548e8deb64f0ffe8">_rvc</a> ()</td></tr> 68 69 <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> 70 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e17780ee5b2cfe05922a6c56af1462f8"></a><!-- doxytag: member="mpdf::_epdf" ref="e17780ee5b2cfe05922a6c56af1462f8" args="()" --> 71 <a class="el" href="classepdf.html">epdf</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#e17780ee5b2cfe05922a6c56af1462f8">_epdf</a> ()</td></tr> 72 73 <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> 62 74 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 63 75 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f6687c07ff07d47812dd565368ca59eb"></a><!-- doxytag: member="mpdf::rv" ref="f6687c07ff07d47812dd565368ca59eb" args="" --> … … 76 88 <hr><a name="_details"></a><h2>Detailed Description</h2> 77 89 Conditional probability density, e.g. modeling some dependencies. <hr><h2>Member Function Documentation</h2> 78 <a class="anchor" name=" c20c796f8d0a201f0897299150e45a41"></a><!-- doxytag: member="mpdf::samplecond" ref="c20c796f8d0a201f0897299150e45a41" args="(vec &cond, double lik)" -->90 <a class="anchor" name="b0193a350c97933ddf15b15a130da352"></a><!-- doxytag: member="mpdf::samplecond" ref="b0193a350c97933ddf15b15a130da352" args="(vec &cond, double &ll)" --> 79 91 <div class="memitem"> 80 92 <div class="memproto"> … … 89 101 <td class="paramkey"></td> 90 102 <td></td> 91 <td class="paramtype">double </td>92 <td class="paramname"> <em>l ik</em></td><td> </td>103 <td class="paramtype">double & </td> 104 <td class="paramname"> <em>ll</em></td><td> </td> 93 105 </tr> 94 106 <tr> … … 104 116 Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. 105 117 <p> 106 Returns a sample from the density conditioned on <code>cond</code>, $x <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>(rv|cond)$. <dl compact><dt><b>Parameters:</b></dt><dd>118 Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_10.png">. <dl compact><dt><b>Parameters:</b></dt><dd> 107 119 <table border="0" cellspacing="2" cellpadding="0"> 108 <tr><td valign="top"></td><td valign="top"><em>lik</em> </td><td>is a return value of likelihood of the sample. </td></tr> 120 <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> 121 <tr><td valign="top"></td><td valign="top"><em>ll</em> </td><td>is a return value of log-likelihood of the sample. </td></tr> 109 122 </table> 110 123 </dl> 124 125 <p>Reimplemented in <a class="el" href="classmlnorm.html#decf3e3b5c8e0812e5b4dbe94fa2ae18">mlnorm< sq_T ></a>, and <a class="el" href="classmgamma.html#9f40dc43885085fad8e3d6652b79e139">mgamma</a>.</p> 111 126 112 127 </div> … … 114 129 <hr>The documentation for this class was generated from the following file:<ul> 115 130 <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 116 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Feb 28 16:54:532008 for mixpp by 131 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 5 15:40:08 2008 for mixpp by 117 132 <a href="http://www.doxygen.org/index.html"> 118 133 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>