Changeset 271 for doc/html/classbdm_1_1merger.html
- Timestamp:
- 02/16/09 10:03:13 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classbdm_1_1merger.html
r270 r271 6 6 </head><body> 7 7 <!-- Generated by Doxygen 1.5.6 --> 8 <script type="text/javascript"> 9 <!-- 10 function changeDisplayState (e){ 11 var num=this.id.replace(/[^[0-9]/g,''); 12 var button=this.firstChild; 13 var sectionDiv=document.getElementById('dynsection'+num); 14 if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 15 sectionDiv.style.display='block'; 16 button.src='open.gif'; 17 }else{ 18 sectionDiv.style.display='none'; 19 button.src='closed.gif'; 20 } 21 } 22 function initDynSections(){ 23 var divs=document.getElementsByTagName('div'); 24 var sectionCounter=1; 25 for(var i=0;i<divs.length-1;i++){ 26 if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 27 var header=divs[i]; 28 var section=divs[i+1]; 29 var button=header.firstChild; 30 if (button!='IMG'){ 31 divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 32 button=document.createElement('img'); 33 divs[i].insertBefore(button,divs[i].firstChild); 34 } 35 header.style.cursor='pointer'; 36 header.onclick=changeDisplayState; 37 header.id='dynheader'+sectionCounter; 38 button.src='closed.gif'; 39 section.id='dynsection'+sectionCounter; 40 section.style.display='none'; 41 section.style.marginLeft='14px'; 42 sectionCounter++; 43 } 44 } 45 } 46 window.onload = initDynSections; 47 --> 48 </script> 8 49 <div class="navigation" id="top"> 9 50 <div class="tabs"> 10 51 <ul> 11 <li><a href=" index.html"><span>Main Page</span></a></li>52 <li><a href="main.html"><span>Main Page</span></a></li> 12 53 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 54 <li><a href="modules.html"><span>Modules</span></a></li> 14 <li><a href="namespaces.html"><span>Namespaces</span></a></li>15 55 <li class="current"><a href="classes.html"><span>Classes</span></a></li> 16 56 <li><a href="files.html"><span>Files</span></a></li> … … 25 65 </ul> 26 66 </div> 27 <div class="navpath">< a class="el" href="namespacebdm.html">bdm</a>::<a class="el" href="classbdm_1_1merger.html">merger</a>67 <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1merger.html">merger</a> 28 68 </div> 29 69 </div> … … 34 74 Inheritance diagram for bdm::merger:</div> 35 75 <div class="dynsection"> 36 <p><center><img src="classbdm_1_1merger__inherit__graph.png" border="0" usemap="#bdm_1_1merger__inherit__map" alt="Inheritance graph"></center> 37 <map name="bdm_1_1merger__inherit__map"> 38 <area shape="rect" href="classbdm_1_1compositepdf.html" title="Abstract composition of pdfs, will be used for specific classes this abstract class..." alt="" coords="5,84,149,111"><area shape="rect" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density." alt="" coords="173,84,259,111"><area shape="rect" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects." alt="" coords="160,7,272,33"></map> 39 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 76 77 <p><center><img src="classbdm_1_1merger.png" usemap="#bdm::merger_map" border="0" alt=""></center> 78 <map name="bdm::merger_map"> 79 <area href="classbdm_1_1compositepdf.html" alt="bdm::compositepdf" shape="rect" coords="0,56,115,80"> 80 <area href="classbdm_1_1epdf.html" alt="bdm::epdf" shape="rect" coords="125,56,240,80"> 81 <area href="classbdm_1_1bdmroot.html" alt="bdm::bdmroot" shape="rect" coords="125,0,240,24"> 82 </map> 83 </div> 40 84 41 85 <p> … … 106 150 107 151 <tr><td class="mdescLeft"> </td><td class="mdescRight">common rvc of all mpdfs is written to rvc <br></td></tr> 152 <tr><td colspan="2"><div class="groupHeader">Constructors</div></td></tr> 153 <tr><td colspan="2"><div class="groupText">Construction of each <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> should support two types of constructors: <ul> 154 <li>empty constructor, </li> 155 <li>copy constructor,</li> 156 </ul> 157 The following constructors should be supported for convenience: <ul> 158 <li>constructor followed by calling <code><a class="el" href="classbdm_1_1merger.html#bc867c8e2b4709041bf8802ae9c78e37" title="Set internal parameters used in approximation.">set_parameters()</a></code> </li> 159 <li>constructor accepting random variables calling <code><a class="el" href="classbdm_1_1epdf.html#f423e28448dbb69ef4905295ec8de8ff" title="Name its rv.">set_rv()</a></code> </li> 160 </ul> 161 All internal data structures are constructed as empty. Their values (including sizes) will be set by method <code><a class="el" href="classbdm_1_1merger.html#bc867c8e2b4709041bf8802ae9c78e37" title="Set internal parameters used in approximation.">set_parameters()</a></code>. This way references can be initialized in constructors. <br><br></div></td></tr> 162 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="840de94aa33cf4f2ebd2427f45a165d8"></a><!-- doxytag: member="bdm::merger::set_parameters" ref="840de94aa33cf4f2ebd2427f45a165d8" args="(int dim0)" --> 163 void </td><td class="memItemRight" valign="bottom"><b>set_parameters</b> (int dim0)</td></tr> 164 108 165 <tr><td colspan="2"><div class="groupHeader">Matematical Operations</div></td></tr> 109 166 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b4cf45fd83cc7573ede9fe1215256058"></a><!-- doxytag: member="bdm::merger::sample_m" ref="b4cf45fd83cc7573ede9fe1215256058" args="(int N) const " --> … … 138 195 <tr><td class="mdescLeft"> </td><td class="mdescRight">Return name (fails when isnamed is false). <br></td></tr> 139 196 <tr><td colspan="2"><div class="groupHeader">Access to attributes</div></td></tr> 140 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 46dfe100cd621716ee5c7ee25a20f24b"></a><!-- doxytag: member="bdm::merger::dimension" ref="46dfe100cd621716ee5c7ee25a20f24b" args="() const " -->141 bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1epdf.html#46dfe100cd621716ee5c7ee25a20f24b">dimension</a> () const </td></tr>197 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7083a65f7b7a0d0d13b2c516bd2ec29c"></a><!-- doxytag: member="bdm::merger::dimension" ref="7083a65f7b7a0d0d13b2c516bd2ec29c" args="() const " --> 198 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1epdf.html#7083a65f7b7a0d0d13b2c516bd2ec29c">dimension</a> () const </td></tr> 142 199 143 200 <tr><td class="mdescLeft"> </td><td class="mdescRight">Size of the random variable. <br></td></tr> … … 210 267 <p> 211 268 sample from merged density weight w is a 212 <p> Implements <a class="el" href="classbdm_1_1epdf.html#09721eb148bc49d6ec2f1956039f3a10">bdm::epdf</a>.</p>213 214 <p>References <a class="el" href="m ixef_8h-source.html#l00106">bdm::MixEF::_epdf()</a>, <a class="el" href="merger_8h-source.html#l00031">Mix</a>, and <a class="el" href="classbdm_1_1epdf.html#09721eb148bc49d6ec2f1956039f3a10">bdm::epdf::sample()</a>.</p>269 <p>Reimplemented from <a class="el" href="classbdm_1_1epdf.html#75ba57a89681a8efec488f5796c7cc1b">bdm::epdf</a>.</p> 270 271 <p>References <a class="el" href="merger_8h-source.html#l00031">Mix</a>, <a class="el" href="mixef_8h-source.html#l00106">bdm::MixEF::posterior()</a>, and <a class="el" href="libBM_8h-source.html#l00242">bdm::epdf::sample()</a>.</p> 215 272 216 273 </div> … … 241 298 </dl> 242 299 243 <p>References <a class="el" href="libBM_8cpp-source.html#l00059">bdm::RV::add()</a>, <a class="el" href="libBM_8h-source.html#l00508">bdm::compositepdf::mpdfs</a>, and <a class="el" href="libBM_8h-source.html#l00506">bdm::compositepdf::n</a>.</p> 300 <p>References <a class="el" href="libBM_8cpp-source.html#l00069">bdm::RV::add()</a>, <a class="el" href="libBM_8h-source.html#l00528">bdm::compositepdf::mpdfs</a>, and <a class="el" href="libBM_8h-source.html#l00526">bdm::compositepdf::n</a>.</p> 301 302 <p>Referenced by <a class="el" href="emix_8h-source.html#l00174">bdm::mprod::mprod()</a>.</p> 244 303 245 304 </div> … … 248 307 <li><a class="el" href="merger_8h-source.html">merger.h</a><li>merger.cpp</ul> 249 308 </div> 250 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:022009 for mixpp by 309 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:09:39 2009 for mixpp by 251 310 <a href="http://www.doxygen.org/index.html"> 252 311 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>