Show
Ignore:
Timestamp:
08/29/09 20:54:10 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TabularUnified library/doc/html/classbdm_1_1multiBM.html

    r538 r590  
    115115 
    116116<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Weighted update of sufficient statistics (Bayes rule). <br></td></tr> 
    117 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="62d2e4691bed41a1efa6b9c2e35e5c67"></a><!-- doxytag: member="bdm::multiBM::_copy_" ref="62d2e4691bed41a1efa6b9c2e35e5c67" args="() const " --> 
    118 <a class="el" href="classbdm_1_1BMEF.html">BMEF</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1BMEF.html#62d2e4691bed41a1efa6b9c2e35e5c67">_copy_</a> () const </td></tr> 
    119  
    120 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flatten the posterior as if to keep nu0 data. <br></td></tr> 
     117<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classbdm_1_1BMEF.html">BMEF</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1BMEF.html#62d2e4691bed41a1efa6b9c2e35e5c67">_copy_</a> () const </td></tr> 
     118 
     119<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="23c6a8f71f922023ab08dcb0487a86de"></a><!-- doxytag: member="bdm::multiBM::from_setting" ref="23c6a8f71f922023ab08dcb0487a86de" args="(const Setting &amp;set)" --> 
     120void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1BM.html#23c6a8f71f922023ab08dcb0487a86de">from_setting</a> (const Setting &amp;set)</td></tr> 
     121 
     122<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method arrange instance properties according the data stored in the Setting structure. <br></td></tr> 
    121123<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="af0e6941ba5919cae1bc530e2181b109"></a><!-- doxytag: member="bdm::multiBM::to_string" ref="af0e6941ba5919cae1bc530e2181b109" args="()" --> 
    122124virtual string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#af0e6941ba5919cae1bc530e2181b109">to_string</a> ()</td></tr> 
    123125 
    124126<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method returns a basic info about the current instance. <br></td></tr> 
    125 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0551e3121091c5199bf4413b50522176"></a><!-- doxytag: member="bdm::multiBM::from_setting" ref="0551e3121091c5199bf4413b50522176" args="(const Setting &amp;set)" --> 
    126 virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#0551e3121091c5199bf4413b50522176">from_setting</a> (const Setting &amp;set)</td></tr> 
    127  
    128 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method arrange instance properties according the data stored in the Setting structure. <br></td></tr> 
    129127<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="67d954d255ede776eade7334d4895790"></a><!-- doxytag: member="bdm::multiBM::to_setting" ref="67d954d255ede776eade7334d4895790" args="(Setting &amp;set) const " --> 
    130128virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#67d954d255ede776eade7334d4895790">to_setting</a> (Setting &amp;set) const </td></tr> 
     
    234232<hr><a name="_details"></a><h2>Detailed Description</h2> 
    235233Estimator for Multinomial density. <hr><h2>Member Function Documentation</h2> 
     234<a class="anchor" name="62d2e4691bed41a1efa6b9c2e35e5c67"></a><!-- doxytag: member="bdm::multiBM::_copy_" ref="62d2e4691bed41a1efa6b9c2e35e5c67" args="() const " --> 
     235<div class="memitem"> 
     236<div class="memproto"> 
     237      <table class="memname"> 
     238        <tr> 
     239          <td class="memname"><a class="el" href="classbdm_1_1BMEF.html">BMEF</a>* bdm::BMEF::_copy_           </td> 
     240          <td>(</td> 
     241          <td class="paramname">          </td> 
     242          <td>&nbsp;)&nbsp;</td> 
     243          <td> const<code> [inline, virtual, inherited]</code></td> 
     244        </tr> 
     245      </table> 
     246</div> 
     247<div class="memdoc"> 
     248 
     249<p> 
     250Copy function required in vectors, Arrays of <a class="el" href="classbdm_1_1BM.html" title="Bayesian Model of a system, i.e. all uncertainty is modeled by probabilities.">BM</a> etc. Have to be DELETED manually! Prototype: <div class="fragment"><pre class="fragment"> BM* <a class="code" href="classbdm_1_1BMEF.html#62d2e4691bed41a1efa6b9c2e35e5c67">_copy_</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <span class="keyword">new</span> BM(*<span class="keyword">this</span>);}  
     251</pre></div>  
     252<p>Reimplemented from <a class="el" href="classbdm_1_1BM.html#40f01563651c1e4fe926189e41a6b8ab">bdm::BM</a>.</p> 
     253 
     254<p>Reimplemented in <a class="el" href="classbdm_1_1ARX.html#ca0b54c0997cfd567f49377af5def106">bdm::ARX</a>.</p> 
     255 
     256<p>References <a class="el" href="bdmerror_8h-source.html#l00051">bdm_error</a>.</p> 
     257 
     258<p>Referenced by <a class="el" href="mixtures_8cpp-source.html#l00007">bdm::MixEF::init()</a>.</p> 
     259 
     260</div> 
     261</div><p> 
    236262<a class="anchor" name="1e4bf41b61937fd80f34049742e23f95"></a><!-- doxytag: member="bdm::multiBM::bayes" ref="1e4bf41b61937fd80f34049742e23f95" args="(const vec &amp;dt)" --> 
    237263<div class="memitem"> 
     
    261287<p>Reimplemented from <a class="el" href="classbdm_1_1BMEF.html#c287f4c0c1ea31b91572ec45351838f1">bdm::BMEF</a>.</p> 
    262288 
    263 <p>References <a class="el" href="exp__family_8h-source.html#l00304">beta</a>, <a class="el" href="exp__family_8h-source.html#l00302">est</a>, <a class="el" href="bdmbase_8h-source.html#l00852">bdm::BM::evalll</a>, <a class="el" href="exp__family_8h-source.html#l00077">bdm::BMEF::frg</a>, <a class="el" href="exp__family_8h-source.html#l00079">bdm::BMEF::last_lognc</a>, <a class="el" href="bdmbase_8h-source.html#l00850">bdm::BM::ll</a>, and <a class="el" href="exp__family_8h-source.html#l00283">bdm::eDirich::lognc()</a>.</p> 
     289<p>References <a class="el" href="exp__family_8h-source.html#l00323">beta</a>, <a class="el" href="exp__family_8h-source.html#l00321">est</a>, <a class="el" href="bdmbase_8h-source.html#l00850">bdm::BM::evalll</a>, <a class="el" href="exp__family_8h-source.html#l00084">bdm::BMEF::frg</a>, <a class="el" href="exp__family_8h-source.html#l00086">bdm::BMEF::last_lognc</a>, <a class="el" href="bdmbase_8h-source.html#l00848">bdm::BM::ll</a>, and <a class="el" href="exp__family_8h-source.html#l00302">bdm::eDirich::lognc()</a>.</p> 
    264290 
    265291</div> 
     
    285311<p>Reimplemented from <a class="el" href="classbdm_1_1BM.html#50257e0c1e5b5c73153ea6e716ad8ae0">bdm::BM</a>.</p> 
    286312 
    287 <p>References <a class="el" href="exp__family_8h-source.html#l00293">bdm::eDirich::_beta()</a>, <a class="el" href="exp__family_8h-source.html#l00304">beta</a>, <a class="el" href="exp__family_8h-source.html#l00302">est</a>, <a class="el" href="bdmbase_8h-source.html#l00852">bdm::BM::evalll</a>, <a class="el" href="exp__family_8h-source.html#l00077">bdm::BMEF::frg</a>, <a class="el" href="exp__family_8h-source.html#l00079">bdm::BMEF::last_lognc</a>, and <a class="el" href="exp__family_8h-source.html#l00283">bdm::eDirich::lognc()</a>.</p> 
     313<p>References <a class="el" href="exp__family_8h-source.html#l00312">bdm::eDirich::_beta()</a>, <a class="el" href="exp__family_8h-source.html#l00323">beta</a>, <a class="el" href="exp__family_8h-source.html#l00321">est</a>, <a class="el" href="bdmbase_8h-source.html#l00850">bdm::BM::evalll</a>, <a class="el" href="exp__family_8h-source.html#l00084">bdm::BMEF::frg</a>, <a class="el" href="exp__family_8h-source.html#l00086">bdm::BMEF::last_lognc</a>, and <a class="el" href="exp__family_8h-source.html#l00302">bdm::eDirich::lognc()</a>.</p> 
    288314 
    289315</div> 
     
    292318<li><a class="el" href="exp__family_8h-source.html">exp_family.h</a></ul> 
    293319</div> 
    294 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:19 2009 for mixpp by&nbsp; 
     320<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:46 2009 for mixpp by&nbsp; 
    295321<a href="http://www.doxygen.org/index.html"> 
    296322<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>