Changeset 401 for library/doc/html/exp__family_8h-source.html
- Timestamp:
- 07/01/09 13:09:33 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/exp__family_8h-source.html
r398 r401 77 77 <a name="l00025"></a>00025 <span class="keyword">extern</span> Uniform_RNG UniRNG; 78 78 <a name="l00027"></a>00027 <span class="keyword">extern</span> Normal_RNG NorRNG; 79 <a name="l00029"></a>00029 <span class="keyword">extern</span> <a class="code" href="classitpp_1_1Gamma__RNG.html" title="Gamma distribution.">Gamma_RNG</a>GamRNG;79 <a name="l00029"></a>00029 <span class="keyword">extern</span> Gamma_RNG GamRNG; 80 80 <a name="l00030"></a>00030 81 81 <a name="l00037"></a><a class="code" href="classbdm_1_1eEF.html">00037</a> <span class="keyword">class </span><a class="code" href="classbdm_1_1eEF.html" title="General conjugate exponential family posterior density.">eEF</a> : <span class="keyword">public</span> <a class="code" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> … … 668 668 <a name="l00960"></a>00960 <span class="keywordflow">for</span> ( <span class="keywordtype">int</span> i=0;i<<a class="code" href="classbdm_1_1eWishartCh.html#b745c73faef785009484180582050a1f" title="dimension of matrix ">p</a>;i++ ) 669 669 <a name="l00961"></a>00961 { 670 <a name="l00962"></a>00962 GamRNG. <a class="code" href="classitpp_1_1Gamma__RNG.html#dfaae19411e39aa87e1f72e409b6babe" title="Set lambda.">setup</a>( 0.5* ( <a class="code" href="classbdm_1_1eWishartCh.html#1879a14d7d2bb05062523b189baa11c3" title="degrees of freedom ">delta</a>-i ) , 0.5 ); <span class="comment">// no +1 !! index if from 0</span>670 <a name="l00962"></a>00962 GamRNG.setup ( 0.5* ( <a class="code" href="classbdm_1_1eWishartCh.html#1879a14d7d2bb05062523b189baa11c3" title="degrees of freedom ">delta</a>-i ) , 0.5 ); <span class="comment">// no +1 !! index if from 0</span> 671 671 <a name="l00963"></a>00963 <span class="preprocessor">#pragma omp critical</span> 672 672 <a name="l00964"></a>00964 <span class="preprocessor"></span> X ( i,i ) =sqrt ( GamRNG() ); … … 1020 1020 <a name="l01343"></a>01343 <span class="preprocessor">#endif //EF_H</span> 1021 1021 </pre></div></div> 1022 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Ju n 24 21:53:042009 for mixpp by 1022 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 1 13:05:55 2009 for mixpp by 1023 1023 <a href="http://www.doxygen.org/index.html"> 1024 1024 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>