[259] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: bdm::mlnorm< sq_T > Class Template Reference</title> |
---|
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.6 --> |
---|
[271] | 8 | <script type="text/javascript"> |
---|
| 9 | <!-- |
---|
| 10 | function changeDisplayState (e){ |
---|
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 12 | var button=this.firstChild; |
---|
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 15 | sectionDiv.style.display='block'; |
---|
| 16 | button.src='open.gif'; |
---|
| 17 | }else{ |
---|
| 18 | sectionDiv.style.display='none'; |
---|
| 19 | button.src='closed.gif'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | function initDynSections(){ |
---|
| 23 | var divs=document.getElementsByTagName('div'); |
---|
| 24 | var sectionCounter=1; |
---|
| 25 | for(var i=0;i<divs.length-1;i++){ |
---|
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 27 | var header=divs[i]; |
---|
| 28 | var section=divs[i+1]; |
---|
| 29 | var button=header.firstChild; |
---|
| 30 | if (button!='IMG'){ |
---|
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 32 | button=document.createElement('img'); |
---|
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 34 | } |
---|
| 35 | header.style.cursor='pointer'; |
---|
| 36 | header.onclick=changeDisplayState; |
---|
| 37 | header.id='dynheader'+sectionCounter; |
---|
| 38 | button.src='closed.gif'; |
---|
| 39 | section.id='dynsection'+sectionCounter; |
---|
| 40 | section.style.display='none'; |
---|
| 41 | section.style.marginLeft='14px'; |
---|
| 42 | sectionCounter++; |
---|
| 43 | } |
---|
| 44 | } |
---|
| 45 | } |
---|
| 46 | window.onload = initDynSections; |
---|
| 47 | --> |
---|
| 48 | </script> |
---|
[259] | 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
[271] | 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
[259] | 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[261] | 55 | <li class="current"><a href="classes.html"><span>Classes</span></a></li> |
---|
[259] | 56 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
[261] | 61 | <li><a href="classes.html"><span>Alphabetical List</span></a></li> |
---|
[259] | 62 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 64 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
[271] | 67 | <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1mlnorm.html">mlnorm</a> |
---|
[259] | 68 | </div> |
---|
| 69 | </div> |
---|
| 70 | <div class="contents"> |
---|
[270] | 71 | <h1>bdm::mlnorm< sq_T > Class Template Reference</h1><!-- doxytag: class="bdm::mlnorm" --><!-- doxytag: inherits="bdm::mEF" --><code>#include <<a class="el" href="libEF_8h-source.html">libEF.h</a>></code> |
---|
[259] | 72 | <p> |
---|
| 73 | <div class="dynheader"> |
---|
| 74 | Inheritance diagram for bdm::mlnorm< sq_T >:</div> |
---|
| 75 | <div class="dynsection"> |
---|
| 76 | |
---|
[271] | 77 | <p><center><img src="classbdm_1_1mlnorm.png" usemap="#bdm::mlnorm< sq_T >_map" border="0" alt=""></center> |
---|
| 78 | <map name="bdm::mlnorm< sq_T >_map"> |
---|
| 79 | <area href="classbdm_1_1mEF.html" alt="bdm::mEF" shape="rect" coords="0,112,131,136"> |
---|
| 80 | <area href="classbdm_1_1mpdf.html" alt="bdm::mpdf" shape="rect" coords="0,56,131,80"> |
---|
| 81 | <area href="classbdm_1_1bdmroot.html" alt="bdm::bdmroot" shape="rect" coords="0,0,131,24"> |
---|
| 82 | </map> |
---|
| 83 | </div> |
---|
| 84 | |
---|
[259] | 85 | <p> |
---|
[270] | 86 | <a href="classbdm_1_1mlnorm-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 87 | <h3>template<class sq_T><br> |
---|
| 88 | class bdm::mlnorm< sq_T ></h3> |
---|
| 89 | |
---|
| 90 | Normal distributed linear function with linear function of mean value;. |
---|
| 91 | <p> |
---|
[275] | 92 | Mean value <img class="formulaInl" alt="$mu=A*rvc+mu_0$" src="form_61.png">. <table border="0" cellpadding="0" cellspacing="0"> |
---|
[259] | 93 | <tr><td></td></tr> |
---|
| 94 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
[271] | 95 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#0dafc0196e7e07fd06dc6716e0e18bc2">condition</a> (const vec &cond)</td></tr> |
---|
[259] | 96 | |
---|
| 97 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="56e587952f94fcac6cfc999eae6dbced"></a><!-- doxytag: member="bdm::mlnorm::_mu_const" ref="56e587952f94fcac6cfc999eae6dbced" args="()" --> |
---|
| 98 | vec & </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#56e587952f94fcac6cfc999eae6dbced">_mu_const</a> ()</td></tr> |
---|
| 99 | |
---|
| 100 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 101 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="262a2a486bff585f34bb6a5005b02614"></a><!-- doxytag: member="bdm::mlnorm::_A" ref="262a2a486bff585f34bb6a5005b02614" args="()" --> |
---|
| 102 | mat & </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#262a2a486bff585f34bb6a5005b02614">_A</a> ()</td></tr> |
---|
| 103 | |
---|
| 104 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 105 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="78120ecd1c2b1d7e80124b4603504604"></a><!-- doxytag: member="bdm::mlnorm::_R" ref="78120ecd1c2b1d7e80124b4603504604" args="()" --> |
---|
| 106 | mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#78120ecd1c2b1d7e80124b4603504604">_R</a> ()</td></tr> |
---|
| 107 | |
---|
| 108 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
[271] | 109 | <tr><td colspan="2"><div class="groupHeader">Constructors</div></td></tr> |
---|
| 110 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2dcc06a3dd71f038efbe14dc34d937ae"></a><!-- doxytag: member="bdm::mlnorm::mlnorm" ref="2dcc06a3dd71f038efbe14dc34d937ae" args="()" --> |
---|
| 111 | </td><td class="memItemRight" valign="bottom"><b>mlnorm</b> ()</td></tr> |
---|
| 112 | |
---|
| 113 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cf7edd1aea62178d7b5e555df261542d"></a><!-- doxytag: member="bdm::mlnorm::mlnorm" ref="cf7edd1aea62178d7b5e555df261542d" args="(const mat &A, const vec &mu0, const sq_T &R)" --> |
---|
| 114 | </td><td class="memItemRight" valign="bottom"><b>mlnorm</b> (const mat &A, const vec &mu0, const sq_T &R)</td></tr> |
---|
| 115 | |
---|
| 116 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5d18dec3167584338a4775c1d165d96f"></a><!-- doxytag: member="bdm::mlnorm::set_parameters" ref="5d18dec3167584338a4775c1d165d96f" args="(const mat &A, const vec &mu0, const sq_T &R)" --> |
---|
| 117 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#5d18dec3167584338a4775c1d165d96f">set_parameters</a> (const mat &A, const vec &mu0, const sq_T &R)</td></tr> |
---|
| 118 | |
---|
| 119 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Set <code>A</code> and <code>R</code>. <br></td></tr> |
---|
[270] | 120 | <tr><td colspan="2"><div class="groupHeader">Matematical operations</div></td></tr> |
---|
[269] | 121 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#f0c1db6fcbb3aae2dd6123884457a367">samplecond</a> (const vec &cond)</td></tr> |
---|
[259] | 122 | |
---|
[275] | 123 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_46.png">. <a href="#f0c1db6fcbb3aae2dd6123884457a367"></a><br></td></tr> |
---|
[270] | 124 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#afe4185b26baeb03688202e254d3b005">samplecond_m</a> (const vec &cond, int N)</td></tr> |
---|
[259] | 125 | |
---|
[270] | 126 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns. <a href="#afe4185b26baeb03688202e254d3b005"></a><br></td></tr> |
---|
[259] | 127 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6336a8a72462e2a56a3989a220f18b1b"></a><!-- doxytag: member="bdm::mlnorm::evallogcond" ref="6336a8a72462e2a56a3989a220f18b1b" args="(const vec &dt, const vec &cond)" --> |
---|
| 128 | virtual double </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#6336a8a72462e2a56a3989a220f18b1b">evallogcond</a> (const vec &dt, const vec &cond)</td></tr> |
---|
| 129 | |
---|
| 130 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Shortcut for conditioning and evaluation of the internal <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>. In some cases, this operation can be implemented efficiently. <br></td></tr> |
---|
| 131 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0b0ed1ed663071bb7cf4a1349eb94fcb"></a><!-- doxytag: member="bdm::mlnorm::evallogcond_m" ref="0b0ed1ed663071bb7cf4a1349eb94fcb" args="(const mat &Dt, const vec &cond)" --> |
---|
| 132 | virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#0b0ed1ed663071bb7cf4a1349eb94fcb">evallogcond_m</a> (const mat &Dt, const vec &cond)</td></tr> |
---|
| 133 | |
---|
| 134 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Matrix version of evallogcond. <br></td></tr> |
---|
[270] | 135 | <tr><td colspan="2"><div class="groupHeader">Access to attributes</div></td></tr> |
---|
| 136 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5571482d150fbcb72cc36f6694ce1a10"></a><!-- doxytag: member="bdm::mlnorm::_rv" ref="5571482d150fbcb72cc36f6694ce1a10" args="()" --> |
---|
| 137 | <a class="el" href="classbdm_1_1RV.html">RV</a> </td><td class="memItemRight" valign="bottom"><b>_rv</b> ()</td></tr> |
---|
[259] | 138 | |
---|
[270] | 139 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="26001264236846897bd11e4baad47245"></a><!-- doxytag: member="bdm::mlnorm::_rvc" ref="26001264236846897bd11e4baad47245" args="()" --> |
---|
| 140 | <a class="el" href="classbdm_1_1RV.html">RV</a> </td><td class="memItemRight" valign="bottom"><b>_rvc</b> ()</td></tr> |
---|
[259] | 141 | |
---|
[270] | 142 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1c2bae3e1e90874e72941863974ec0ed"></a><!-- doxytag: member="bdm::mlnorm::dimension" ref="1c2bae3e1e90874e72941863974ec0ed" args="()" --> |
---|
| 143 | int </td><td class="memItemRight" valign="bottom"><b>dimension</b> ()</td></tr> |
---|
| 144 | |
---|
| 145 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="35e135910aed187b7290742f50e61bc8"></a><!-- doxytag: member="bdm::mlnorm::dimensionc" ref="35e135910aed187b7290742f50e61bc8" args="()" --> |
---|
| 146 | int </td><td class="memItemRight" valign="bottom"><b>dimensionc</b> ()</td></tr> |
---|
| 147 | |
---|
[259] | 148 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1892fe3933488942253679f068e9e7f6"></a><!-- doxytag: member="bdm::mlnorm::_epdf" ref="1892fe3933488942253679f068e9e7f6" args="()" --> |
---|
[270] | 149 | <a class="el" href="classbdm_1_1epdf.html">epdf</a> & </td><td class="memItemRight" valign="bottom"><b>_epdf</b> ()</td></tr> |
---|
[259] | 150 | |
---|
| 151 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05e843fd11c410a99dad2b88c55aca80"></a><!-- doxytag: member="bdm::mlnorm::_e" ref="05e843fd11c410a99dad2b88c55aca80" args="()" --> |
---|
[270] | 152 | <a class="el" href="classbdm_1_1epdf.html">epdf</a> * </td><td class="memItemRight" valign="bottom"><b>_e</b> ()</td></tr> |
---|
[259] | 153 | |
---|
[270] | 154 | <tr><td colspan="2"><div class="groupHeader">Connection to other objects</div></td></tr> |
---|
| 155 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7631a5570e4ade1420065e8df78f4401"></a><!-- doxytag: member="bdm::mlnorm::set_rvc" ref="7631a5570e4ade1420065e8df78f4401" args="(const RV &rvc0)" --> |
---|
| 156 | void </td><td class="memItemRight" valign="bottom"><b>set_rvc</b> (const <a class="el" href="classbdm_1_1RV.html">RV</a> &rvc0)</td></tr> |
---|
| 157 | |
---|
| 158 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="18ac26bc2f96ae01ef4eb06178abbd75"></a><!-- doxytag: member="bdm::mlnorm::set_rv" ref="18ac26bc2f96ae01ef4eb06178abbd75" args="(const RV &rv0)" --> |
---|
| 159 | void </td><td class="memItemRight" valign="bottom"><b>set_rv</b> (const <a class="el" href="classbdm_1_1RV.html">RV</a> &rv0)</td></tr> |
---|
| 160 | |
---|
| 161 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f8e3798150b42fd1f3e16ddbbe0e7045"></a><!-- doxytag: member="bdm::mlnorm::isnamed" ref="f8e3798150b42fd1f3e16ddbbe0e7045" args="()" --> |
---|
| 162 | bool </td><td class="memItemRight" valign="bottom"><b>isnamed</b> ()</td></tr> |
---|
| 163 | |
---|
[259] | 164 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> |
---|
| 165 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="150ad6acb223b0a0abeaf92346686dcd"></a><!-- doxytag: member="bdm::mlnorm::epdf" ref="150ad6acb223b0a0abeaf92346686dcd" args="" --> |
---|
| 166 | <a class="el" href="classbdm_1_1enorm.html">enorm</a>< sq_T > </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mlnorm.html#150ad6acb223b0a0abeaf92346686dcd">epdf</a></td></tr> |
---|
| 167 | |
---|
| 168 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Internal <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> that arise by conditioning on <code>rvc</code>. <br></td></tr> |
---|
| 169 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8207ae86d1722102897e139a23e29af8"></a><!-- doxytag: member="bdm::mlnorm::A" ref="8207ae86d1722102897e139a23e29af8" args="" --> |
---|
| 170 | mat </td><td class="memItemRight" valign="bottom"><b>A</b></td></tr> |
---|
| 171 | |
---|
| 172 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3a019144d414d1737aea331ffe1c3845"></a><!-- doxytag: member="bdm::mlnorm::mu_const" ref="3a019144d414d1737aea331ffe1c3845" args="" --> |
---|
| 173 | vec </td><td class="memItemRight" valign="bottom"><b>mu_const</b></td></tr> |
---|
| 174 | |
---|
| 175 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dea5ea658d5020c11da91275f592244b"></a><!-- doxytag: member="bdm::mlnorm::_mu" ref="dea5ea658d5020c11da91275f592244b" args="" --> |
---|
| 176 | vec & </td><td class="memItemRight" valign="bottom"><b>_mu</b></td></tr> |
---|
| 177 | |
---|
[270] | 178 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7c1900976ff13dbc09c9729b3bbff9e6"></a><!-- doxytag: member="bdm::mlnorm::dimc" ref="7c1900976ff13dbc09c9729b3bbff9e6" args="" --> |
---|
| 179 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#7c1900976ff13dbc09c9729b3bbff9e6">dimc</a></td></tr> |
---|
[259] | 180 | |
---|
[270] | 181 | <tr><td class="mdescLeft"> </td><td class="mdescRight">dimension of the condition <br></td></tr> |
---|
[259] | 182 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5a5f08950daa08b85b01ddf4e1c36288"></a><!-- doxytag: member="bdm::mlnorm::rvc" ref="5a5f08950daa08b85b01ddf4e1c36288" args="" --> |
---|
| 183 | <a class="el" href="classbdm_1_1RV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#5a5f08950daa08b85b01ddf4e1c36288">rvc</a></td></tr> |
---|
| 184 | |
---|
| 185 | <tr><td class="mdescLeft"> </td><td class="mdescRight">random variable in condition <br></td></tr> |
---|
| 186 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5eea43c56d38e4441bfb30270db949c0"></a><!-- doxytag: member="bdm::mlnorm::ep" ref="5eea43c56d38e4441bfb30270db949c0" args="" --> |
---|
| 187 | <a class="el" href="classbdm_1_1epdf.html">epdf</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1mpdf.html#5eea43c56d38e4441bfb30270db949c0">ep</a></td></tr> |
---|
| 188 | |
---|
| 189 | <tr><td class="mdescLeft"> </td><td class="mdescRight">pointer to internal <a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> <br></td></tr> |
---|
| 190 | <tr><td colspan="2"><br><h2>Friends</h2></td></tr> |
---|
| 191 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="1917009347bb410f73bf827df8767b09"></a><!-- doxytag: member="bdm::mlnorm::operator<<" ref="1917009347bb410f73bf827df8767b09" args="(std::ostream &os, mlnorm< sq_M > &ml)" --> |
---|
| 192 | template<class sq_M> </td></tr> |
---|
| 193 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">std::ostream & </td><td class="memTemplItemRight" valign="bottom"><b>operator<<</b> (std::ostream &os, <a class="el" href="classbdm_1_1mlnorm.html">mlnorm</a>< sq_M > &ml)</td></tr> |
---|
| 194 | |
---|
| 195 | </table> |
---|
[270] | 196 | <hr><h2>Member Function Documentation</h2> |
---|
[271] | 197 | <a class="anchor" name="0dafc0196e7e07fd06dc6716e0e18bc2"></a><!-- doxytag: member="bdm::mlnorm::condition" ref="0dafc0196e7e07fd06dc6716e0e18bc2" args="(const vec &cond)" --> |
---|
| 198 | <div class="memitem"> |
---|
| 199 | <div class="memproto"> |
---|
| 200 | <div class="memtemplate"> |
---|
| 201 | template<class sq_T> </div> |
---|
| 202 | <table class="memname"> |
---|
| 203 | <tr> |
---|
| 204 | <td class="memname">void <a class="el" href="classbdm_1_1mlnorm.html">bdm::mlnorm</a>< sq_T >::condition </td> |
---|
| 205 | <td>(</td> |
---|
| 206 | <td class="paramtype">const vec & </td> |
---|
| 207 | <td class="paramname"> <em>cond</em> </td> |
---|
| 208 | <td> ) </td> |
---|
| 209 | <td><code> [inline, virtual]</code></td> |
---|
| 210 | </tr> |
---|
| 211 | </table> |
---|
| 212 | </div> |
---|
| 213 | <div class="memdoc"> |
---|
| 214 | |
---|
| 215 | <p> |
---|
| 216 | Set value of <code>rvc</code> . Result of this operation is stored in <code><a class="el" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a></code> use function <code>_ep</code> to access it. |
---|
| 217 | <p>Reimplemented from <a class="el" href="classbdm_1_1mpdf.html#db94784a9aacf74c65c5a014f6743530">bdm::mpdf</a>.</p> |
---|
| 218 | |
---|
| 219 | <p>Reimplemented in <a class="el" href="classbdm_1_1mlstudent.html#efd37560585c8613897f30d3c2f58d0d">bdm::mlstudent</a>.</p> |
---|
| 220 | |
---|
| 221 | </div> |
---|
| 222 | </div><p> |
---|
[269] | 223 | <a class="anchor" name="f0c1db6fcbb3aae2dd6123884457a367"></a><!-- doxytag: member="bdm::mlnorm::samplecond" ref="f0c1db6fcbb3aae2dd6123884457a367" args="(const vec &cond)" --> |
---|
[259] | 224 | <div class="memitem"> |
---|
| 225 | <div class="memproto"> |
---|
| 226 | <table class="memname"> |
---|
| 227 | <tr> |
---|
| 228 | <td class="memname">virtual vec bdm::mpdf::samplecond </td> |
---|
| 229 | <td>(</td> |
---|
| 230 | <td class="paramtype">const vec & </td> |
---|
[269] | 231 | <td class="paramname"> <em>cond</em> </td> |
---|
| 232 | <td> ) </td> |
---|
| 233 | <td><code> [inline, virtual, inherited]</code></td> |
---|
[259] | 234 | </tr> |
---|
| 235 | </table> |
---|
| 236 | </div> |
---|
| 237 | <div class="memdoc"> |
---|
| 238 | |
---|
| 239 | <p> |
---|
[275] | 240 | Returns a sample from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_46.png">. |
---|
[259] | 241 | <p> |
---|
| 242 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 243 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 244 | <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> |
---|
| 245 | </table> |
---|
| 246 | </dl> |
---|
| 247 | |
---|
[271] | 248 | <p>Reimplemented in <a class="el" href="classbdm_1_1mprod.html#ee715a8013acf9892f6cb489db595555">bdm::mprod</a>.</p> |
---|
[259] | 249 | |
---|
[287] | 250 | <p>References <a class="el" href="libBM_8h-source.html#l00329">bdm::mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00302">bdm::mpdf::ep</a>, and <a class="el" href="libBM_8h-source.html#l00242">bdm::epdf::sample()</a>.</p> |
---|
[259] | 251 | |
---|
[287] | 252 | <p>Referenced by <a class="el" href="libPF_8h-source.html#l00207">bdm::MPF< BM_T >::bayes()</a>, <a class="el" href="libPF_8cpp-source.html#l00007">bdm::PF::bayes()</a>, and <a class="el" href="libDS_8cpp-source.html#l00043">bdm::ArxDS::step()</a>.</p> |
---|
[271] | 253 | |
---|
[259] | 254 | </div> |
---|
| 255 | </div><p> |
---|
[270] | 256 | <a class="anchor" name="afe4185b26baeb03688202e254d3b005"></a><!-- doxytag: member="bdm::mlnorm::samplecond_m" ref="afe4185b26baeb03688202e254d3b005" args="(const vec &cond, int N)" --> |
---|
[259] | 257 | <div class="memitem"> |
---|
| 258 | <div class="memproto"> |
---|
| 259 | <table class="memname"> |
---|
| 260 | <tr> |
---|
| 261 | <td class="memname">virtual mat bdm::mpdf::samplecond_m </td> |
---|
| 262 | <td>(</td> |
---|
| 263 | <td class="paramtype">const vec & </td> |
---|
| 264 | <td class="paramname"> <em>cond</em>, </td> |
---|
| 265 | </tr> |
---|
| 266 | <tr> |
---|
| 267 | <td class="paramkey"></td> |
---|
| 268 | <td></td> |
---|
| 269 | <td class="paramtype">int </td> |
---|
| 270 | <td class="paramname"> <em>N</em></td><td> </td> |
---|
| 271 | </tr> |
---|
| 272 | <tr> |
---|
| 273 | <td></td> |
---|
| 274 | <td>)</td> |
---|
| 275 | <td></td><td></td><td><code> [inline, virtual, inherited]</code></td> |
---|
| 276 | </tr> |
---|
| 277 | </table> |
---|
| 278 | </div> |
---|
| 279 | <div class="memdoc"> |
---|
| 280 | |
---|
| 281 | <p> |
---|
| 282 | Returns. |
---|
| 283 | <p> |
---|
| 284 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 285 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
[275] | 286 | <tr><td valign="top"></td><td valign="top"><em>N</em> </td><td>samples from the density conditioned on <code>cond</code>, <img class="formulaInl" alt="$x \sim epdf(rv|cond)$" src="form_46.png">. </td></tr> |
---|
[259] | 287 | <tr><td valign="top"></td><td valign="top"><em>cond</em> </td><td>is numeric value of <code>rv</code> </td></tr> |
---|
| 288 | <tr><td valign="top"></td><td valign="top"><em>ll</em> </td><td>is a return value of log-likelihood of the sample. </td></tr> |
---|
| 289 | </table> |
---|
| 290 | </dl> |
---|
| 291 | |
---|
[287] | 292 | <p>References <a class="el" href="libBM_8h-source.html#l00329">bdm::mpdf::condition()</a>, <a class="el" href="libBM_8h-source.html#l00286">bdm::epdf::dimension()</a>, <a class="el" href="libBM_8h-source.html#l00302">bdm::mpdf::ep</a>, and <a class="el" href="libBM_8h-source.html#l00242">bdm::epdf::sample()</a>.</p> |
---|
[259] | 293 | |
---|
| 294 | </div> |
---|
| 295 | </div><p> |
---|
| 296 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
[261] | 297 | <li><a class="el" href="libEF_8h-source.html">libEF.h</a></ul> |
---|
[259] | 298 | </div> |
---|
[287] | 299 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:24 2009 for mixpp by |
---|
[259] | 300 | <a href="http://www.doxygen.org/index.html"> |
---|
| 301 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 302 | </body> |
---|
| 303 | </html> |
---|