Changeset 290 for doc/html/libPF_8h-source.html
- Timestamp:
- 03/06/09 15:03:45 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/libPF_8h-source.html
r287 r290 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 3 <title>mixpp: libPF.h Source File</title> 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 4 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 <link href="tabs.css" rel="stylesheet" type="text/css">6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 6-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 53 53 <li><a href="pages.html"><span>Related Pages</span></a></li> 54 54 <li><a href="modules.html"><span>Modules</span></a></li> 55 <li><a href=" classes.html"><span>Classes</span></a></li>55 <li><a href="annotated.html"><span>Classes</span></a></li> 56 56 <li class="current"><a href="files.html"><span>Files</span></a></li> 57 </ul> 58 </div> 59 <div class="tabs"> 60 <ul> 61 <li><a href="files.html"><span>File List</span></a></li> 62 <li><a href="globals.html"><span>File Members</span></a></li> 57 63 </ul> 58 64 </div> … … 91 97 <a name="l00066"></a>00066 <span class="comment">// void set_est ( const epdf &epdf0 );</span> 92 98 <a name="l00067"></a><a class="code" href="classbdm_1_1PF.html#bf104b869b5df8dd4a14bbe430d40488">00067</a> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1PF.html#bf104b869b5df8dd4a14bbe430d40488">set_options</a> ( <span class="keyword">const</span> <span class="keywordtype">string</span> &opt ) { 93 <a name="l00068"></a>00068 <a class="code" href="classbdm_1_1 BM.html#224dd68a83c1472b43163763fa93c477" title="Set boolean options from a string.">BM::set_options</a>(opt);99 <a name="l00068"></a>00068 <a class="code" href="classbdm_1_1PF.html#bf104b869b5df8dd4a14bbe430d40488">BM::set_options</a>(opt); 94 100 <a name="l00069"></a>00069 <a class="code" href="classbdm_1_1PF.html#5a49463a88ee80771a464861df845ff6" title="Log all samples.">opt_L_wei</a>= ( opt.find ( <span class="stringliteral">"logweights"</span> ) !=string::npos ); 95 101 <a name="l00070"></a>00070 <a class="code" href="classbdm_1_1PF.html#98ef9ff80c394fafd28680b7a3f831b1" title="Log all samples.">opt_L_smp</a>= ( opt.find ( <span class="stringliteral">"logsamples"</span> ) !=string::npos ); … … 207 213 <a name="l00196"></a>00196 <span class="comment"> }*/</span> 208 214 <a name="l00197"></a><a class="code" href="classbdm_1_1MPF.html#2e95498dec734088ab9f4878ff404144">00197</a> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1MPF.html#2e95498dec734088ab9f4878ff404144" title="Set postrior of rvc to samples from epdf0. Statistics of BMs are not re-computed!...">set_options</a> ( <span class="keyword">const</span> <span class="keywordtype">string</span> &opt ) { 209 <a name="l00198"></a>00198 <a class="code" href="classbdm_1_1 PF.html#bf104b869b5df8dd4a14bbe430d40488">PF::set_options</a> ( opt );215 <a name="l00198"></a>00198 <a class="code" href="classbdm_1_1MPF.html#2e95498dec734088ab9f4878ff404144" title="Set postrior of rvc to samples from epdf0. Statistics of BMs are not re-computed!...">PF::set_options</a> ( opt ); 210 216 <a name="l00199"></a>00199 opt_L_mea = ( opt.find ( <span class="stringliteral">"logmeans"</span> ) !=string::npos ); 211 217 <a name="l00200"></a>00200 } … … 215 221 <a name="l00205"></a>00205 216 222 <a name="l00206"></a>00206 <span class="keyword">template</span><<span class="keyword">class</span> BM_T> 217 <a name="l00207"></a><a class="code" href="classbdm_1_1MPF.html#286d040770d08bd7ff416cea617b1b14">00207</a> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1MPF.html " title="Marginalized Particle filter.">MPF<BM_T>::bayes</a> ( <span class="keyword">const</span> vec &dt ) {223 <a name="l00207"></a><a class="code" href="classbdm_1_1MPF.html#286d040770d08bd7ff416cea617b1b14">00207</a> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1MPF.html#286d040770d08bd7ff416cea617b1b14" title="Incremental Bayes rule.">MPF<BM_T>::bayes</a> ( <span class="keyword">const</span> vec &dt ) { 218 224 <a name="l00208"></a>00208 <span class="keywordtype">int</span> i; 219 225 <a name="l00209"></a>00209 vec lls ( n ); … … 277 283 <a name="l00267"></a>00267 278 284 </pre></div></div> 279 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:112009 for mixpp by 285 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 15:01:36 2009 for mixpp by 280 286 <a href="http://www.doxygen.org/index.html"> 281 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 6</small></address>287 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 282 288 </body> 283 289 </html>