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

    r617 r621  
    197197</div> 
    198198<div class="memdoc"> 
    199 <p><a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class which collects all the auxiliary functions useful to prepare...">UI</a> for <a class="el" href="classbdm_1_1migamma__ref.html" title="Inverse-Gamma random walk around a fixed point.">migamma_ref</a></p> 
    200 <p>The <a class="el" href="classbdm_1_1migamma__ref.html" title="Inverse-Gamma random walk around a fixed point.">migamma_ref</a> is constructed from a structure with fields: </p> 
    201 <div class="fragment"><pre class="fragment">                system = { 
    202                         type = <span class="stringliteral">&quot;migamma_ref&quot;</span>; 
    203                         ref = [1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-5; 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-5; 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-2 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-3];            <span class="comment">// reference vector</span> 
    204                         <a class="code" href="classbdm_1_1migamma__ref.html#acdc1345ba8375fbdb18a69322d2f841d" title="parameter l">l</a> = 0.999;                                <span class="comment">// constant l</span> 
    205                         <a class="code" href="classbdm_1_1migamma.html#adc56bc9da542e0103ec16b9be8e5e38c" title="Constant .">k</a> = 0.1;                                  <span class="comment">// constant k</span> 
    206                          
    207                         <span class="comment">// == OPTIONAL ==</span> 
    208                         <span class="comment">// description of y variables</span> 
    209                         y = {type=<span class="stringliteral">&quot;rv&quot;</span>; names=[<span class="stringliteral">&quot;y&quot;</span>, <span class="stringliteral">&quot;u&quot;</span>];}; 
    210                         <span class="comment">// description of u variable</span> 
    211                         u = {type=<span class="stringliteral">&quot;rv&quot;</span>; names=[];} 
    212                 }; 
    213 </pre></div><p>Result if </p> 
    214  
     199<p>Create inverse-Gamma density with conditional mean value </p> 
     200<p class="formulaDsp"> 
     201<img class="formulaDsp" alt="\[ f(rv|rvc) = i\Gamma(k, k/(rvc^l \circ ref^{(1-l)}) \]" src="form_171.png"/> 
     202</p> 
     203<p> from structure </p> 
     204<div class="fragment"><pre class="fragment">                <span class="keyword">class </span>= &apos;<a class="code" href="classbdm_1_1migamma__ref.html#af45b15a10f084991ba6b48295f10421f" title="Constructor.">migamma_ref</a>&apos;; 
     205                ref = [1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-5; 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-5; 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-2 1<a class="code" href="classbdm_1_1mpdf__internal.html#a6b4d1cb8d7e230e313b4f0c905874d5a" title="access function to iepdf">e</a>-3];            <span class="comment">// reference vector</span> 
     206                <a class="code" href="classbdm_1_1migamma__ref.html#acdc1345ba8375fbdb18a69322d2f841d" title="parameter l">l</a> = 0.999;                                <span class="comment">// constant l</span> 
     207                <a class="code" href="classbdm_1_1migamma.html#adc56bc9da542e0103ec16b9be8e5e38c" title="Constant .">k</a> = 0.1;                                  <span class="comment">// constant k</span> 
     208                rv = RV({<span class="stringliteral">&apos;name&apos;</span>})                         <span class="comment">// description of RV</span> 
     209                <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> 
     210</pre></div>  
    215211<p>Reimplemented from <a class="el" href="classbdm_1_1mpdf.html#a30a0bceb948e287d497c578e371b1667">bdm::mpdf</a>.</p> 
    216212 
    217 <p>References <a class="el" href="user__info_8h_source.html#l00443">bdm::UI::get()</a>, and <a class="el" href="exp__family_8h_source.html#l00864">set_parameters()</a>.</p> 
     213<p>References <a class="el" href="user__info_8h_source.html#l00443">bdm::UI::get()</a>, and <a class="el" href="exp__family_8h_source.html#l00901">set_parameters()</a>.</p> 
    218214 
    219215</div> 
     
    224220</ul> 
    225221</div> 
    226 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:49 2009 for mixpp by&nbsp; 
     222<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:34 2009 for mixpp by&nbsp; 
    227223<a href="http://www.doxygen.org/index.html"> 
    228224<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>