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

    r617 r621  
    181181</div> 
    182182<div class="memdoc"> 
    183 <p>Load from structure with elements: </p> 
    184 <div class="fragment"><pre class="fragment"> { alpha = [...];         <span class="comment">// vector of alpha</span> 
    185    <a class="code" href="classbdm_1_1mgamma.html#ab20cf88cca1fe9b0b8f2a412608bfd09" title="Constant .">k</a> = 1.1;               <span class="comment">// multiplicative constant k</span> 
    186    rv = {<span class="keyword">class</span>=<span class="stringliteral">&quot;RV&quot;</span>,...}  <span class="comment">// description of RV</span> 
    187    <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> 
    188  } 
     183<p>Create Gamma density with conditional mean value </p> 
     184<p class="formulaDsp"> 
     185<img class="formulaDsp" alt="\[ f(rv|rvc) = \Gamma(k, k/rvc) \]" src="form_170.png"/> 
     186</p> 
     187<p> from structure </p> 
     188<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;; 
     189                  beta = [...];          <span class="comment">// vector of initial alpha</span> 
     190                  <a class="code" href="classbdm_1_1mgamma.html#ab20cf88cca1fe9b0b8f2a412608bfd09" title="Constant .">k</a> = 1.1;               <span class="comment">// multiplicative constant k</span> 
     191                  rv = RV({<span class="stringliteral">&apos;name&apos;</span>})      <span class="comment">// description of RV</span> 
     192                  <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> 
    189193</pre></div>  
    190194<p>Reimplemented from <a class="el" href="classbdm_1_1mpdf.html#a30a0bceb948e287d497c578e371b1667">bdm::mpdf</a>.</p> 
    191195 
    192 <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">k</a>, and <a class="el" href="exp__family_8cpp_source.html#l00216">set_parameters()</a>.</p> 
     196<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">k</a>, and <a class="el" href="exp__family_8cpp_source.html#l00216">set_parameters()</a>.</p> 
    193197 
    194198</div> 
     
    199203</ul> 
    200204</div> 
    201 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:49 2009 for mixpp by&nbsp; 
     205<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:34 2009 for mixpp by&nbsp; 
    202206<a href="http://www.doxygen.org/index.html"> 
    203207<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>