Changeset 397 for library/doc/html/classbdm_1_1mlnorm.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1mlnorm.html
r396 r397 72 72 <a href="#_details">More...</a> 73 73 <p> 74 <<<<<<< HEAD:library/doc/html/classbdm_1_1mlnorm.html 74 75 <code>#include <<a class="el" href="exp__family_8h_source.html">exp_family.h</a>></code> 76 ======= 77 <code>#include <<a class="el" href="exp__family_8h-source.html">exp_family.h</a>></code> 78 >>>>>>> doc:library/doc/html/classbdm_1_1mlnorm.html 75 79 <p> 76 80 … … 121 125 <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> 122 126 123 <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_ 49.png">. <a href="#f0c1db6fcbb3aae2dd6123884457a367"></a><br></td></tr>127 <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_11.png">. <a href="#f0c1db6fcbb3aae2dd6123884457a367"></a><br></td></tr> 124 128 <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> 125 129 … … 204 208 Normal distributed linear function with linear function of mean value;. 205 209 <p> 206 Mean value <img class="formulaInl" alt="$mu=A*rvc+mu_0$" src="form_ 66.png">. <hr><h2>Member Function Documentation</h2>210 Mean value <img class="formulaInl" alt="$mu=A*rvc+mu_0$" src="form_74.png">. <hr><h2>Member Function Documentation</h2> 207 211 <a class="anchor" name="0dafc0196e7e07fd06dc6716e0e18bc2"></a><!-- doxytag: member="bdm::mlnorm::condition" ref="0dafc0196e7e07fd06dc6716e0e18bc2" args="(const vec &cond)" --> 208 212 <div class="memitem"> … … 276 280 277 281 <p> 278 Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_ 49.png">.282 Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_11.png">. 279 283 <p> 280 284 <dl compact><dt><b>Parameters:</b></dt><dd> … … 286 290 <p>Reimplemented in <a class="el" href="classbdm_1_1mprod.html#ee715a8013acf9892f6cb489db595555">bdm::mprod</a>.</p> 287 291 292 <<<<<<< HEAD:library/doc/html/classbdm_1_1mlnorm.html 288 293 <p>References <a class="el" href="bdmbase_8h_source.html#l00376">bdm::mpdf::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l00348">bdm::mpdf::ep</a>, and <a class="el" href="bdmbase_8h_source.html#l00263">bdm::epdf::sample()</a>.</p> 289 294 290 295 <p>Referenced by <a class="el" href="particles_8h_source.html#l00207">bdm::MPF< BM_T >::bayes()</a>, <a class="el" href="particles_8cpp_source.html#l00007">bdm::PF::bayes()</a>, and <a class="el" href="datasources_8cpp_source.html#l00043">bdm::ArxDS::step()</a>.</p> 296 ======= 297 <p>References <a class="el" href="bdmbase_8h-source.html#l00376">bdm::mpdf::condition()</a>, <a class="el" href="bdmbase_8h-source.html#l00348">bdm::mpdf::ep</a>, and <a class="el" href="bdmbase_8h-source.html#l00263">bdm::epdf::sample()</a>.</p> 298 299 <p>Referenced by <a class="el" href="particles_8h-source.html#l00207">bdm::MPF< BM_T >::bayes()</a>, <a class="el" href="particles_8cpp-source.html#l00007">bdm::PF::bayes()</a>, and <a class="el" href="datasources_8cpp-source.html#l00043">bdm::ArxDS::step()</a>.</p> 300 >>>>>>> doc:library/doc/html/classbdm_1_1mlnorm.html 291 301 292 302 </div> … … 322 332 <dl compact><dt><b>Parameters:</b></dt><dd> 323 333 <table border="0" cellspacing="2" cellpadding="0"> 324 <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_ 49.png">. </td></tr>334 <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_11.png">. </td></tr> 325 335 <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> 326 336 </table> 327 337 </dl> 328 338 339 <<<<<<< HEAD:library/doc/html/classbdm_1_1mlnorm.html 329 340 <p>References <a class="el" href="bdmbase_8h_source.html#l00376">bdm::mpdf::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l00318">bdm::epdf::dimension()</a>, <a class="el" href="bdmbase_8h_source.html#l00348">bdm::mpdf::ep</a>, and <a class="el" href="bdmbase_8h_source.html#l00263">bdm::epdf::sample()</a>.</p> 341 ======= 342 <p>References <a class="el" href="bdmbase_8h-source.html#l00376">bdm::mpdf::condition()</a>, <a class="el" href="bdmbase_8h-source.html#l00318">bdm::epdf::dimension()</a>, <a class="el" href="bdmbase_8h-source.html#l00348">bdm::mpdf::ep</a>, and <a class="el" href="bdmbase_8h-source.html#l00263">bdm::epdf::sample()</a>.</p> 343 >>>>>>> doc:library/doc/html/classbdm_1_1mlnorm.html 330 344 331 345 </div> 332 346 </div><p> 333 347 <hr>The documentation for this class was generated from the following file:<ul> 348 <<<<<<< HEAD:library/doc/html/classbdm_1_1mlnorm.html 334 349 <li><a class="el" href="exp__family_8h_source.html">exp_family.h</a></ul> 335 350 </div> 336 351 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:55 2009 for mixpp by 352 ======= 353 <li><a class="el" href="exp__family_8h-source.html">exp_family.h</a></ul> 354 </div> 355 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:54 2009 for mixpp by 356 >>>>>>> doc:library/doc/html/classbdm_1_1mlnorm.html 337 357 <a href="http://www.doxygen.org/index.html"> 338 358 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>