Changeset 139 for doc/html/classmEF.html
- Timestamp:
- 08/18/08 14:27:50 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classmEF.html
r106 r139 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 5-->7 <!-- Generated by Doxygen 1.5.6 --> 8 8 <div class="navigation" id="top"> 9 9 <div class="tabs"> … … 55 55 56 56 <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> 57 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#6bf806badfdac606c847e458e8fce18c">samplecond</a> (vec &cond, vec &ll, int N)</td></tr> 58 59 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_10.png">. <a href="#6bf806badfdac606c847e458e8fce18c"></a><br></td></tr> 57 60 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0f95a0cc6ab40611f46804682446ed83"></a><!-- doxytag: member="mEF::condition" ref="0f95a0cc6ab40611f46804682446ed83" args="(const vec &cond)" --> 58 61 virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#0f95a0cc6ab40611f46804682446ed83">condition</a> (const vec &cond)</td></tr> … … 108 111 <td></td> 109 112 <td>)</td> 110 <td></td><td></td><td width="100%"><code> [inline, virtual, inherited]</code></td>113 <td></td><td></td><td><code> [inline, virtual, inherited]</code></td> 111 114 </tr> 112 115 </table> … … 126 129 <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> 127 130 128 <p>References <a class="el" href="libBM_8h-source.html#l001 71">mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00163">mpdf::ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p>131 <p>References <a class="el" href="libBM_8h-source.html#l00180">mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00163">mpdf::ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p> 129 132 130 133 <p>Referenced by <a class="el" href="libPF_8h-source.html#l00137">MPF< BM_T >::bayes()</a>, and <a class="el" href="libPF_8cpp-source.html#l00007">PF::bayes()</a>.</p> 134 135 </div> 136 </div><p> 137 <a class="anchor" name="6bf806badfdac606c847e458e8fce18c"></a><!-- doxytag: member="mEF::samplecond" ref="6bf806badfdac606c847e458e8fce18c" args="(vec &cond, vec &ll, int N)" --> 138 <div class="memitem"> 139 <div class="memproto"> 140 <table class="memname"> 141 <tr> 142 <td class="memname">virtual mat mpdf::samplecond </td> 143 <td>(</td> 144 <td class="paramtype">vec & </td> 145 <td class="paramname"> <em>cond</em>, </td> 146 </tr> 147 <tr> 148 <td class="paramkey"></td> 149 <td></td> 150 <td class="paramtype">vec & </td> 151 <td class="paramname"> <em>ll</em>, </td> 152 </tr> 153 <tr> 154 <td class="paramkey"></td> 155 <td></td> 156 <td class="paramtype">int </td> 157 <td class="paramname"> <em>N</em></td><td> </td> 158 </tr> 159 <tr> 160 <td></td> 161 <td>)</td> 162 <td></td><td></td><td><code> [inline, virtual, inherited]</code></td> 163 </tr> 164 </table> 165 </div> 166 <div class="memdoc"> 167 168 <p> 169 Returns N samples from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_10.png">. 170 <p> 171 <dl compact><dt><b>Parameters:</b></dt><dd> 172 <table border="0" cellspacing="2" cellpadding="0"> 173 <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> 174 <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> 175 </table> 176 </dl> 177 178 <p>Reimplemented in <a class="el" href="classmlnorm.html#215fb88cc8b95d64cdefd6849abdd1e8">mlnorm< sq_T ></a>, and <a class="el" href="classmgamma.html#e9d52749793f40aad85b70c6db4435ae">mgamma</a>.</p> 179 180 <p>References <a class="el" href="libBM_8h-source.html#l00180">mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00057">RV::count()</a>, <a class="el" href="libBM_8h-source.html#l00163">mpdf::ep</a>, <a class="el" href="classepdf.html#6aef3eca74899692503769c18add1a4c">epdf::evalpdflog()</a>, <a class="el" href="libBM_8h-source.html#l00159">mpdf::rv</a>, and <a class="el" href="classepdf.html#8019654e494bf5e458f6fb947e11b262">epdf::sample()</a>.</p> 131 181 132 182 </div> … … 135 185 <li>work/mixpp/bdm/stat/<a class="el" href="libEF_8h-source.html">libEF.h</a></ul> 136 186 </div> 137 <hr size="1"><address style="text-align: right;"><small>Generated on Fri May 9 23:06:432008 for mixpp by 187 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 11:58:54 2008 for mixpp by 138 188 <a href="http://www.doxygen.org/index.html"> 139 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 5</small></address>189 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> 140 190 </body> 141 191 </html>