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

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/classbdm_1_1BMEF.html

    r538 r590  
    101101 
    102102<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flatten the posterior according to the given <a class="el" href="classbdm_1_1BMEF.html" title="Estimator for Exponential family.">BMEF</a> (of the same type!). <br></td></tr> 
    103 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="62d2e4691bed41a1efa6b9c2e35e5c67"></a><!-- doxytag: member="bdm::BMEF::_copy_" ref="62d2e4691bed41a1efa6b9c2e35e5c67" args="() const " --> 
    104 <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> 
    105  
    106 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flatten the posterior as if to keep nu0 data. <br></td></tr> 
     103<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> 
     104 
     105<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="23c6a8f71f922023ab08dcb0487a86de"></a><!-- doxytag: member="bdm::BMEF::from_setting" ref="23c6a8f71f922023ab08dcb0487a86de" args="(const Setting &amp;set)" --> 
     106void&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> 
     107 
     108<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> 
    107109<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="af0e6941ba5919cae1bc530e2181b109"></a><!-- doxytag: member="bdm::BMEF::to_string" ref="af0e6941ba5919cae1bc530e2181b109" args="()" --> 
    108110virtual string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1root.html#af0e6941ba5919cae1bc530e2181b109">to_string</a> ()</td></tr> 
    109111 
    110112<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method returns a basic info about the current instance. <br></td></tr> 
    111 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0551e3121091c5199bf4413b50522176"></a><!-- doxytag: member="bdm::BMEF::from_setting" ref="0551e3121091c5199bf4413b50522176" args="(const Setting &amp;set)" --> 
    112 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> 
    113  
    114 <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> 
    115113<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="67d954d255ede776eade7334d4895790"></a><!-- doxytag: member="bdm::BMEF::to_setting" ref="67d954d255ede776eade7334d4895790" args="(Setting &amp;set) const " --> 
    116114virtual 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> 
     
    217215<hr><a name="_details"></a><h2>Detailed Description</h2> 
    218216Estimator for Exponential family. <hr><h2>Member Function Documentation</h2> 
     217<a class="anchor" name="62d2e4691bed41a1efa6b9c2e35e5c67"></a><!-- doxytag: member="bdm::BMEF::_copy_" ref="62d2e4691bed41a1efa6b9c2e35e5c67" args="() const " --> 
     218<div class="memitem"> 
     219<div class="memproto"> 
     220      <table class="memname"> 
     221        <tr> 
     222          <td class="memname"><a class="el" href="classbdm_1_1BMEF.html">BMEF</a>* bdm::BMEF::_copy_           </td> 
     223          <td>(</td> 
     224          <td class="paramname">          </td> 
     225          <td>&nbsp;)&nbsp;</td> 
     226          <td> const<code> [inline, virtual]</code></td> 
     227        </tr> 
     228      </table> 
     229</div> 
     230<div class="memdoc"> 
     231 
     232<p> 
     233Copy 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>);}  
     234</pre></div>  
     235<p>Reimplemented from <a class="el" href="classbdm_1_1BM.html#40f01563651c1e4fe926189e41a6b8ab">bdm::BM</a>.</p> 
     236 
     237<p>Reimplemented in <a class="el" href="classbdm_1_1ARX.html#ca0b54c0997cfd567f49377af5def106">bdm::ARX</a>.</p> 
     238 
     239<p>References <a class="el" href="bdmerror_8h-source.html#l00051">bdm_error</a>.</p> 
     240 
     241<p>Referenced by <a class="el" href="mixtures_8cpp-source.html#l00007">bdm::MixEF::init()</a>.</p> 
     242 
     243</div> 
     244</div><p> 
    219245<a class="anchor" name="c287f4c0c1ea31b91572ec45351838f1"></a><!-- doxytag: member="bdm::BMEF::bayes" ref="c287f4c0c1ea31b91572ec45351838f1" args="(const vec &amp;dt)" --> 
    220246<div class="memitem"> 
     
    246272<p>Reimplemented in <a class="el" href="classbdm_1_1ARX.html#8bdf2974052e8ce74eb0d4f3791c58a3">bdm::ARX</a>, <a class="el" href="classbdm_1_1MixEF.html#5bd7da667da183eed1577f11dff0c1f1">bdm::MixEF</a>, and <a class="el" href="classbdm_1_1multiBM.html#1e4bf41b61937fd80f34049742e23f95">bdm::multiBM</a>.</p> 
    247273 
    248 <p>References <a class="el" href="exp__family_8h-source.html#l00088">bayes()</a>.</p> 
     274<p>References <a class="el" href="exp__family_8h-source.html#l00098">bayes()</a>.</p> 
    249275 
    250276</div> 
     
    270296<p>Reimplemented in <a class="el" href="classbdm_1_1ARX.html#080a7e531e3aa06694112863b15bc6a4">bdm::ARX</a>, <a class="el" href="classbdm_1_1MixEF.html#da724da464a75e07521941e430929efa">bdm::MixEF</a>, and <a class="el" href="classbdm_1_1multiBM.html#e157b607c1e3fa91d42aeea44458e2bf">bdm::multiBM</a>.</p> 
    271297 
    272 <p>Referenced by <a class="el" href="bdmbase_8h-source.html#l00886">bdm::BM::logpred_m()</a>.</p> 
     298<p>References <a class="el" href="bdmerror_8h-source.html#l00051">bdm_error</a>.</p> 
     299 
     300<p>Referenced by <a class="el" href="bdmbase_8h-source.html#l00885">bdm::BM::logpred_m()</a>.</p> 
    273301 
    274302</div> 
     
    277305<li><a class="el" href="exp__family_8h-source.html">exp_family.h</a><li>exp_family.cpp</ul> 
    278306</div> 
    279 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:19 2009 for mixpp by&nbsp; 
     307<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:46 2009 for mixpp by&nbsp; 
    280308<a href="http://www.doxygen.org/index.html"> 
    281309<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>