Changeset 398 for library/doc/html/classbdm_1_1emix.html
- Timestamp:
- 06/24/09 21:57:21 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1emix.html
r397 r398 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 9-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 72 72 <a href="#_details">More...</a> 73 73 <p> 74 <code>#include <<a class="el" href="emix_8h _source.html">emix.h</a>></code>74 <code>#include <<a class="el" href="emix_8h-source.html">emix.h</a>></code> 75 75 <p> 76 76 … … 164 164 virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1epdf.html#b4cf45fd83cc7573ede9fe1215256058">sample_m</a> (int N) const </td></tr> 165 165 166 <<<<<<< HEAD:library/doc/html/classbdm_1_1emix.html167 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples, <img class="formulaInl" alt="$ [x_1 , x_2 , \ldots \ $" src="form_47.png"> from density <img class="formulaInl" alt="$ f_x(rv)$" src="form_48.png">. <br></td></tr>168 =======169 166 <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns N samples, <img class="formulaInl" alt="$ [x_1 , x_2 , \ldots \ $" src="form_9.png"> from density <img class="formulaInl" alt="$ f_x(rv)$" src="form_10.png">. <br></td></tr> 170 >>>>>>> doc:library/doc/html/classbdm_1_1emix.html171 167 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="512dbf057299e871fbc61ed55acb5888"></a><!-- doxytag: member="bdm::emix::evallog_m" ref="512dbf057299e871fbc61ed55acb5888" args="(const Array< vec > &Avec) const " --> 172 168 virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1epdf.html#512dbf057299e871fbc61ed55acb5888">evallog_m</a> (const Array< vec > &Avec) const </td></tr> … … 238 234 239 235 <p> 240 <<<<<<< HEAD:library/doc/html/classbdm_1_1emix.html241 where <img class="formulaInl" alt="$f_i(x)$" src="form_38.png"> is any density on random variable <img class="formulaInl" alt="$x$" src="form_28.png">, called <em>component</em>, <hr><h2>Member Function Documentation</h2>242 <a class="anchor" name="fa9efc98a065b31c630fe18cc418f725"></a><!-- doxytag: member="bdm::emix::from_setting" ref="fa9efc98a065b31c630fe18cc418f725" args="(const Setting &set)" -->243 <div class="memitem">244 <div class="memproto">245 <table class="memname">246 <tr>247 <td class="memname">void bdm::epdf::from_setting </td>248 <td>(</td>249 <td class="paramtype">const Setting & </td>250 <td class="paramname"> <em>set</em> </td>251 <td> ) </td>252 <td><code> [inline, virtual, inherited]</code></td>253 </tr>254 </table>255 </div>256 <div class="memdoc">257 258 <p>259 =======260 >>>>>>> doc:library/doc/html/classbdm_1_1emix.html261 236 Load from structure with elements: <div class="fragment"><pre class="fragment"> { <a class="code" href="classbdm_1_1epdf.html#62c5b8ff71d9ebe6cd58d3c342eb1dc8" title="Description of the random variable.">rv</a> = {<span class="keyword">class</span>=<span class="stringliteral">"RV"</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable</span> 262 237 <span class="comment">// elements of offsprings</span> … … 267 242 <p>Reimplemented in <a class="el" href="classbdm_1_1enorm.html#61bd470764020bea6e1ed35000f259e6">bdm::enorm< sq_T ></a>, <a class="el" href="classbdm_1_1egiw.html#55b76ec75bd2df5ef9cab3be20a33bbb">bdm::egiw</a>, <a class="el" href="classbdm_1_1egamma.html#8a6fd1a1c0190f3e0d95a2a1f99aafc1">bdm::egamma</a>, <a class="el" href="classbdm_1_1euni.html#77f5fef1f006fe056066da23b9e5f042">bdm::euni</a>, <a class="el" href="classbdm_1_1merger__base.html#10dd390fc6f0d1733bb07cb51977160c">bdm::merger_base</a>, <a class="el" href="classbdm_1_1enorm.html#61bd470764020bea6e1ed35000f259e6">bdm::enorm< ldmat ></a>, <a class="el" href="classbdm_1_1enorm.html#61bd470764020bea6e1ed35000f259e6">bdm::enorm< chmat ></a>, and <a class="el" href="classbdm_1_1enorm.html#61bd470764020bea6e1ed35000f259e6">bdm::enorm< fsqmat ></a>.</p> 268 243 269 <<<<<<< HEAD:library/doc/html/classbdm_1_1emix.html270 <p>References <a class="el" href="bdmbase_8h_source.html#l00307">bdm::epdf::set_rv()</a>.</p>271 =======272 244 <p>References <a class="el" href="bdmbase_8h-source.html#l00307">bdm::epdf::set_rv()</a>.</p> 273 >>>>>>> doc:library/doc/html/classbdm_1_1emix.html274 245 275 246 </div> … … 308 279 <p> 309 280 Set weights <code>w</code> and components <code>Coms</code> By default Coms are copied inside. Parameter <code>copy</code> can be set to false if Coms live externally. Use method <a class="el" href="classbdm_1_1emix.html#965fb16669250a3d28bc62cf76276d8e" title="Auxiliary function for taking ownership of the Coms().">ownComs()</a> if Coms should be destroyed by the destructor. 310 <<<<<<< HEAD:library/doc/html/classbdm_1_1emix.html311 <p>References <a class="el" href="emix_8h_source.html#l00095">Coms</a>, <a class="el" href="emix_8h_source.html#l00097">destroyComs</a>, <a class="el" href="bdmbase_8h_source.html#l00237">bdm::epdf::dim</a>, <a class="el" href="bdmbase_8h_source.html#l00318">bdm::epdf::dimension()</a>, and <a class="el" href="emix_8h_source.html#l00093">w</a>.</p>312 313 <p>Referenced by <a class="el" href="mixtures_8cpp_source.html#l00138">bdm::MixEF::epredictor()</a>, <a class="el" href="emix_8cpp_source.html#l00103">bdm::egiwmix::marginal()</a>, <a class="el" href="emix_8cpp_source.html#l00037">marginal()</a>, and <a class="el" href="emix_8h_source.html#l00425">bdm::mmix::set_parameters()</a>.</p>314 =======315 281 <p>References <a class="el" href="emix_8h-source.html#l00095">Coms</a>, <a class="el" href="emix_8h-source.html#l00097">destroyComs</a>, <a class="el" href="bdmbase_8h-source.html#l00237">bdm::epdf::dim</a>, <a class="el" href="bdmbase_8h-source.html#l00318">bdm::epdf::dimension()</a>, and <a class="el" href="emix_8h-source.html#l00093">w</a>.</p> 316 282 317 283 <p>Referenced by <a class="el" href="mixtures_8cpp-source.html#l00138">bdm::MixEF::epredictor()</a>, <a class="el" href="emix_8cpp-source.html#l00103">bdm::egiwmix::marginal()</a>, <a class="el" href="emix_8cpp-source.html#l00037">marginal()</a>, and <a class="el" href="emix_8h-source.html#l00425">bdm::mmix::set_parameters()</a>.</p> 318 >>>>>>> doc:library/doc/html/classbdm_1_1emix.html319 284 320 285 </div> 321 286 </div><p> 322 287 <hr>The documentation for this class was generated from the following files:<ul> 323 <li><a class="el" href="emix_8h_source.html">emix.h</a><li>emix.cpp</ul> 324 </div> 325 <<<<<<< HEAD:library/doc/html/classbdm_1_1emix.html 326 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:52 2009 for mixpp by 327 ======= 328 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:53 2009 for mixpp by 329 >>>>>>> doc:library/doc/html/classbdm_1_1emix.html 288 <li><a class="el" href="emix_8h-source.html">emix.h</a><li>emix.cpp</ul> 289 </div> 290 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 21:53:05 2009 for mixpp by 330 291 <a href="http://www.doxygen.org/index.html"> 331 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 9</small></address>292 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 332 293 </body> 333 294 </html>