Show
Ignore:
Timestamp:
09/16/09 22:52:42 (15 years ago)
Author:
smidl
Message:

doc - new pattern for from_setting for pdfs

Files:
1 modified

Legend:

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

    r617 r621  
    9898<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">access function <br/></td></tr> 
    9999<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#a52980f13d80162d00b30d5864343f564">from_setting</a> (const Setting &amp;set)</td></tr> 
    100 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Load from structure with elements:.  <a href="#a52980f13d80162d00b30d5864343f564"></a><br/></td></tr> 
    101100<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6b4d1cb8d7e230e313b4f0c905874d5a"></a><!-- doxytag: member="bdm::mlstudent::e" ref="a6b4d1cb8d7e230e313b4f0c905874d5a" args="()" --> 
    102101<a class="el" href="classbdm_1_1enorm.html">enorm</a>&lt; <a class="el" href="classbdm_1_1ldmat.html">ldmat</a> &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a">e</a> ()</td></tr> 
     
    206205<p>Reimplemented from <a class="el" href="classbdm_1_1mlnorm.html#ac2895ae549ee76d961be98d7061bd110">bdm::mlnorm&lt; ldmat, enorm &gt;</a>.</p> 
    207206 
    208 <p>References <a class="el" href="exp__family_8h_source.html#l00581">bdm::mlnorm&lt; ldmat, enorm &gt;::_R()</a>, <a class="el" href="exp__family_8h_source.html#l00547">bdm::mlnorm&lt; ldmat, enorm &gt;::A</a>, <a class="el" href="bdmbase_8h_source.html#l00569">bdm::mpdf_internal&lt; enorm&lt; ldmat &gt; &gt;::iepdf</a>, <a class="el" href="square__mat_8cpp_source.html#l00196">bdm::ldmat::invqform()</a>, <a class="el" href="exp__family_8h_source.html#l00676">Lambda</a>, <a class="el" href="exp__family_8h_source.html#l00549">bdm::mlnorm&lt; ldmat, enorm &gt;::mu_const</a>, <a class="el" href="exp__family_8h_source.html#l00680">Re</a>, and <a class="el" href="square__mat_8h_source.html#l00100">bdm::sqmat::rows()</a>.</p> 
     207<p>References <a class="el" href="exp__family_8h_source.html#l00604">bdm::mlnorm&lt; ldmat, enorm &gt;::_R()</a>, <a class="el" href="exp__family_8h_source.html#l00573">bdm::mlnorm&lt; ldmat, enorm &gt;::A</a>, <a class="el" href="bdmbase_8h_source.html#l00569">bdm::mpdf_internal&lt; enorm&lt; ldmat &gt; &gt;::iepdf</a>, <a class="el" href="square__mat_8cpp_source.html#l00196">bdm::ldmat::invqform()</a>, <a class="el" href="exp__family_8h_source.html#l00711">Lambda</a>, <a class="el" href="exp__family_8h_source.html#l00575">bdm::mlnorm&lt; ldmat, enorm &gt;::mu_const</a>, <a class="el" href="exp__family_8h_source.html#l00715">Re</a>, and <a class="el" href="square__mat_8h_source.html#l00100">bdm::sqmat::rows()</a>.</p> 
    209208 
    210209</div> 
     
    225224</div> 
    226225<div class="memdoc"> 
    227  
    228 <p>Load from structure with elements:. </p> 
    229 <div class="fragment"><pre class="fragment">         { <span class="keyword">class </span>= &quot;mpdf_offspring&quot;, 
    230            rv = {<span class="keyword">class</span>=<span class="stringliteral">&quot;RV&quot;</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable</span> 
    231            <a class="code" href="classbdm_1_1mpdf.html#a5a5f08950daa08b85b01ddf4e1c36288" title="random variable in condition">rvc</a>= {<span class="keyword">class</span>=<span class="stringliteral">&quot;RV&quot;</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable in condition</span> 
    232            <span class="comment">// elements of offsprings</span> 
    233          } 
     226<p>Create Normal density with linear function of mean value </p> 
     227<p class="formulaDsp"> 
     228<img class="formulaDsp" alt="\[ f(rv|rvc) = N(A*rvc+const, R) \]" src="form_168.png"/> 
     229</p> 
     230<p> from structure </p> 
     231<div class="fragment"><pre class="fragment">                <span class="keyword">class </span>= &apos;mlnorm&lt;ldmat&gt;&apos;, (OR) &apos;mlnorm&lt;chmat&gt;&apos;, (OR) &apos;mlnorm&lt;fsqmat&gt;&apos;; 
     232                A     = [];                  <span class="comment">// matrix or vector of appropriate dimension</span> 
     233                <span class="keyword">const</span> = [];                  <span class="comment">// vector of constant term</span> 
     234                R     = [];                  <span class="comment">// square matrix of appropriate dimension</span> 
    234235</pre></div>  
    235236<p>Reimplemented from <a class="el" href="classbdm_1_1mpdf.html#a30a0bceb948e287d497c578e371b1667">bdm::mpdf</a>.</p> 
     
    241242</ul> 
    242243</div> 
    243 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:49 2009 for mixpp by&nbsp; 
     244<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:34 2009 for mixpp by&nbsp; 
    244245<a href="http://www.doxygen.org/index.html"> 
    245246<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>