Show
Ignore:
Timestamp:
02/16/09 10:03:13 (16 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classbdm_1_1mpdf.html

    r270 r271  
    66</head><body> 
    77<!-- Generated by Doxygen 1.5.6 --> 
     8<script type="text/javascript"> 
     9<!-- 
     10function 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} 
     22function 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} 
     46window.onload = initDynSections; 
     47--> 
     48</script> 
    849<div class="navigation" id="top"> 
    950  <div class="tabs"> 
    1051    <ul> 
    11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    1253      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    1354      <li><a href="modules.html"><span>Modules</span></a></li> 
    14       <li><a href="namespaces.html"><span>Namespaces</span></a></li> 
    1555      <li class="current"><a href="classes.html"><span>Classes</span></a></li> 
    1656      <li><a href="files.html"><span>Files</span></a></li> 
     
    2565    </ul> 
    2666  </div> 
    27   <div class="navpath"><a class="el" href="namespacebdm.html">bdm</a>::<a class="el" href="classbdm_1_1mpdf.html">mpdf</a> 
     67  <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1mpdf.html">mpdf</a> 
    2868  </div> 
    2969</div> 
     
    3474Inheritance diagram for bdm::mpdf:</div> 
    3575<div class="dynsection"> 
    36 <p><center><img src="classbdm_1_1mpdf__inherit__graph.png" border="0" usemap="#bdm_1_1mpdf__inherit__map" alt="Inheritance graph"></center> 
    37 <map name="bdm_1_1mpdf__inherit__map"> 
    38 <area shape="rect" href="classbdm_1_1mEF.html" title="Exponential family model." alt="" coords="323,107,408,133"><area shape="rect" href="classbdm_1_1mepdf.html" title="Unconditional mpdf, allows using epdf in the role of mpdf." alt="" coords="316,157,415,184"><area shape="rect" href="classbdm_1_1mmix.html" title="Mixture of mpdfs with constant weights, all mpdfs are of equal type." alt="" coords="319,208,412,235"><area shape="rect" href="classbdm_1_1mprod.html" title="Chain rule decomposition of epdf." alt="" coords="316,259,415,285"><area shape="rect" href="classbdm_1_1mratio.html" title="Class representing ratio of two densities which arise e.g. by applying the Bayes..." alt="" coords="316,309,415,336"><area shape="rect" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects." alt="" coords="7,208,119,235"><area shape="rect" href="classbdm_1_1mgamma.html" title="Gamma random walk." alt="" coords="491,5,611,32"><area shape="rect" href="classbdm_1_1migamma.html" title="Inverse&#45;Gamma random walk." alt="" coords="489,56,612,83"><area shape="rect" href="classbdm_1_1mlnorm.html" title="Normal distributed linear function with linear function of mean value;." alt="" coords="467,157,635,184"><area shape="rect" href="classbdm_1_1mlnorm.html" title="bdm::mlnorm\&lt; ldmat \&gt;" alt="" coords="757,133,933,160"><area shape="rect" href="classbdm_1_1mlnorm.html" title="bdm::mlnorm\&lt; chmat \&gt;" alt="" coords="756,204,935,231"><area shape="rect" href="classbdm_1_1mgamma__fix.html" title="Gamma random walk around a fixed point." alt="" coords="775,5,916,32"><area shape="rect" href="classbdm_1_1migamma__fix.html" title="Inverse&#45;Gamma random walk around a fixed point." alt="" coords="773,56,917,83"><area shape="rect" href="classbdm_1_1mlstudent.html" title="bdm::mlstudent" alt="" coords="988,133,1111,160"></map> 
    39 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
     76 
     77<p><center><img src="classbdm_1_1mpdf.png" usemap="#bdm::mpdf_map" border="0" alt=""></center> 
     78<map name="bdm::mpdf_map"> 
     79<area href="classbdm_1_1bdmroot.html" alt="bdm::bdmroot" shape="rect" coords="504,0,638,24"> 
     80<area href="classbdm_1_1mEF.html" alt="bdm::mEF" shape="rect" coords="216,112,350,136"> 
     81<area href="classbdm_1_1mepdf.html" alt="bdm::mepdf" shape="rect" coords="360,112,494,136"> 
     82<area href="classbdm_1_1mmix.html" alt="bdm::mmix" shape="rect" coords="504,112,638,136"> 
     83<area href="classbdm_1_1mprod.html" alt="bdm::mprod" shape="rect" coords="648,112,782,136"> 
     84<area href="classbdm_1_1mratio.html" alt="bdm::mratio" shape="rect" coords="792,112,926,136"> 
     85<area href="classbdm_1_1mgamma.html" alt="bdm::mgamma" shape="rect" coords="0,168,134,192"> 
     86<area href="classbdm_1_1migamma.html" alt="bdm::migamma" shape="rect" coords="144,168,278,192"> 
     87<area href="classbdm_1_1mlnorm.html" alt="bdm::mlnorm< sq_T >" shape="rect" coords="288,168,422,192"> 
     88<area href="classbdm_1_1mlnorm.html" alt="bdm::mlnorm< ldmat >" shape="rect" coords="432,168,566,192"> 
     89<area href="classbdm_1_1mgamma__fix.html" alt="bdm::mgamma_fix" shape="rect" coords="0,224,134,248"> 
     90<area href="classbdm_1_1migamma__fix.html" alt="bdm::migamma_fix" shape="rect" coords="144,224,278,248"> 
     91<area href="classbdm_1_1mlstudent.html" alt="bdm::mlstudent" shape="rect" coords="432,224,566,248"> 
     92</map> 
     93</div> 
    4094 
    4195<p> 
     
    140194</dl> 
    141195 
    142 <p>References <a class="el" href="libBM_8h-source.html#l00315">condition()</a>, <a class="el" href="libBM_8h-source.html#l00288">ep</a>, and <a class="el" href="classbdm_1_1epdf.html#09721eb148bc49d6ec2f1956039f3a10">bdm::epdf::sample()</a>.</p> 
    143  
    144 <p>Referenced by <a class="el" href="libPF_8h-source.html#l00143">bdm::MPF&lt; BM_T &gt;::bayes()</a>, <a class="el" href="libPF_8cpp-source.html#l00007">bdm::PF::bayes()</a>, and <a class="el" href="libDS_8cpp-source.html#l00044">bdm::ArxDS::step()</a>.</p> 
     196<p>Reimplemented in <a class="el" href="classbdm_1_1mprod.html#ee715a8013acf9892f6cb489db595555">bdm::mprod</a>.</p> 
     197 
     198<p>References <a class="el" href="libBM_8h-source.html#l00324">condition()</a>, <a class="el" href="libBM_8h-source.html#l00297">ep</a>, and <a class="el" href="libBM_8h-source.html#l00242">bdm::epdf::sample()</a>.</p> 
     199 
     200<p>Referenced by <a class="el" href="libPF_8h-source.html#l00148">bdm::MPF&lt; BM_T &gt;::bayes()</a>, <a class="el" href="libPF_8cpp-source.html#l00007">bdm::PF::bayes()</a>, and <a class="el" href="libDS_8cpp-source.html#l00043">bdm::ArxDS::step()</a>.</p> 
    145201 
    146202</div> 
     
    182238</dl> 
    183239 
    184 <p>References <a class="el" href="libBM_8h-source.html#l00315">condition()</a>, <a class="el" href="libBM_8h-source.html#l00272">bdm::epdf::dimension()</a>, <a class="el" href="libBM_8h-source.html#l00288">ep</a>, and <a class="el" href="classbdm_1_1epdf.html#09721eb148bc49d6ec2f1956039f3a10">bdm::epdf::sample()</a>.</p> 
     240<p>References <a class="el" href="libBM_8h-source.html#l00324">condition()</a>, <a class="el" href="libBM_8h-source.html#l00281">bdm::epdf::dimension()</a>, <a class="el" href="libBM_8h-source.html#l00297">ep</a>, and <a class="el" href="libBM_8h-source.html#l00242">bdm::epdf::sample()</a>.</p> 
    185241 
    186242</div> 
     
    189245<li><a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 
    190246</div> 
    191 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:04 2009 for mixpp by&nbsp; 
     247<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:09:44 2009 for mixpp by&nbsp; 
    192248<a href="http://www.doxygen.org/index.html"> 
    193249<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>