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_1mgamma__fix.html

    r617 r621  
    194194</div> 
    195195<div class="memdoc"> 
    196 <p>Load from structure with elements: </p> 
    197 <div class="fragment"><pre class="fragment"> { alpha = [...];         <span class="comment">// vector of alpha</span> 
    198    <a class="code" href="classbdm_1_1mgamma.html#ab20cf88cca1fe9b0b8f2a412608bfd09" title="Constant .">k</a> = 1.1;               <span class="comment">// multiplicative constant k</span> 
    199    rv = {<span class="keyword">class</span>=<span class="stringliteral">&quot;RV&quot;</span>,...}  <span class="comment">// description of RV</span> 
    200    <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>,...} <span class="comment">// description of RV in condition</span> 
    201  } 
     196<p>Create Gamma density with conditional mean value </p> 
     197<p class="formulaDsp"> 
     198<img class="formulaDsp" alt="\[ f(rv|rvc) = \Gamma(k, k/rvc) \]" src="form_170.png"/> 
     199</p> 
     200<p> from structure </p> 
     201<div class="fragment"><pre class="fragment">                  <span class="keyword">class </span>= &apos;<a class="code" href="classbdm_1_1mgamma.html#a1a9dc8661e5b214a8185d6e6b9956eb1" title="Constructor.">mgamma</a>&apos;; 
     202                  beta = [...];          <span class="comment">// vector of initial alpha</span> 
     203                  <a class="code" href="classbdm_1_1mgamma.html#ab20cf88cca1fe9b0b8f2a412608bfd09" title="Constant .">k</a> = 1.1;               <span class="comment">// multiplicative constant k</span> 
     204                  rv = RV({<span class="stringliteral">&apos;name&apos;</span>})      <span class="comment">// description of RV</span> 
     205                  <a class="code" href="classbdm_1_1mpdf.html#a5a5f08950daa08b85b01ddf4e1c36288" title="random variable in condition">rvc</a> = RV({<span class="stringliteral">&apos;name&apos;</span>})     <span class="comment">// description of RV in condition</span> 
    202206</pre></div>  
    203207<p>Reimplemented from <a class="el" href="classbdm_1_1mpdf.html#a30a0bceb948e287d497c578e371b1667">bdm::mpdf</a>.</p> 
    204208 
    205 <p>References <a class="el" href="user__info_8h_source.html#l00443">bdm::UI::get()</a>, <a class="el" href="exp__family_8h_source.html#l00725">bdm::mgamma::k</a>, and <a class="el" href="exp__family_8cpp_source.html#l00216">bdm::mgamma::set_parameters()</a>.</p> 
     209<p>References <a class="el" href="user__info_8h_source.html#l00443">bdm::UI::get()</a>, <a class="el" href="exp__family_8h_source.html#l00760">bdm::mgamma::k</a>, and <a class="el" href="exp__family_8cpp_source.html#l00216">bdm::mgamma::set_parameters()</a>.</p> 
    206210 
    207211</div> 
     
    211215</ul> 
    212216</div> 
    213 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:49 2009 for mixpp by&nbsp; 
     217<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:34 2009 for mixpp by&nbsp; 
    214218<a href="http://www.doxygen.org/index.html"> 
    215219<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>