Changeset 621 for library/doc/html/classbdm_1_1elognorm.html
- Timestamp:
- 09/16/09 22:52:42 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1elognorm.html
r617 r621 77 77 <img class="formulaDsp" alt="\[ x \sim \frac{1}{x\sigma\sqrt{2\pi}}\exp{-\frac{1}{2\sigma^2}(\log(x)-\mu)} \]" src="form_96.png"/> 78 78 </p> 79 79 <p>Function from_setting loads mu and R in the same way as it does for enorm<>! </p> 80 80 81 <p><code>#include <<a class="el" href="exp__family_8h_source.html">exp_family.h</a>></code></p> 81 82 … … 113 114 void </td><td class="memItemRight" valign="bottom"><b>set_parameters</b> (const vec &<a class="el" href="classbdm_1_1enorm.html#ac702a194720853570d08b65482f842c7">mu</a>, const <a class="el" href="classbdm_1_1ldmat.html">ldmat</a> &<a class="el" href="classbdm_1_1enorm.html#a2d92dde696b2a7a5b10ddef5d22ba2c2">R</a>)</td></tr> 114 115 <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1enorm.html#a61bd470764020bea6e1ed35000f259e6">from_setting</a> (const Setting &<a class="el" href="classbdm_1_1root.html">root</a>)</td></tr> 115 <tr><td class="mdescLeft"> </td><td class="mdescRight">Load from structure with elements:. <a href="#a61bd470764020bea6e1ed35000f259e6"></a><br/></td></tr>116 116 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a38eb17ecb75d94a50b6782fcf735cfea"></a><!-- doxytag: member="bdm::elognorm::validate" ref="a38eb17ecb75d94a50b6782fcf735cfea" args="()" --> 117 117 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1enorm.html#a38eb17ecb75d94a50b6782fcf735cfea">validate</a> ()</td></tr> … … 220 220 <td>(</td> 221 221 <td class="paramtype">const Setting & </td> 222 <td class="paramname"> <em> set</em></td>222 <td class="paramname"> <em>root</em></td> 223 223 <td> ) </td> 224 224 <td><code> [virtual, inherited]</code></td> … … 227 227 </div> 228 228 <div class="memdoc"> 229 230 <p>Load from structure with elements:. </p> 231 <div class="fragment"><pre class="fragment"> { <a class="code" href="classbdm_1_1epdf.html#a62c5b8ff71d9ebe6cd58d3c342eb1dc8" title="Description of the random variable.">rv</a> = {<span class="keyword">class</span>=<span class="stringliteral">"RV"</span>, names=(...),}; <span class="comment">// RV describing meaning of random variable</span> 232 <span class="comment">// elements of offsprings</span> 233 } 229 <p>Create Normal density </p> 230 <p class="formulaDsp"> 231 <img class="formulaDsp" alt="\[ f(rv) = N(\mu, R) \]" src="form_164.png"/> 232 </p> 233 <p> from structure </p> 234 <div class="fragment"><pre class="fragment"> <span class="keyword">class </span>= 'enorm<ldmat>', (OR) 'enorm<chmat>', (OR) 'enorm<fsqmat>'; 235 mu = []; <span class="comment">// mean value</span> 236 R = []; <span class="comment">// variance, square matrix of appropriate dimension</span> 234 237 </pre></div> 235 238 <p>Reimplemented from <a class="el" href="classbdm_1_1epdf.html#afa9efc98a065b31c630fe18cc418f725">bdm::epdf</a>.</p> … … 241 244 </ul> 242 245 </div> 243 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:492009 for mixpp by 246 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:34 2009 for mixpp by 244 247 <a href="http://www.doxygen.org/index.html"> 245 248 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>