Show
Ignore:
Timestamp:
03/06/09 15:03:45 (16 years ago)
Author:
smidl
Message:

correction of ARX tutorial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/libPF_8h-source.html

    r287 r290  
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    33<title>mixpp: libPF.h Source File</title> 
     4<link href="tabs.css" rel="stylesheet" type="text/css"> 
    45<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    5 <link href="tabs.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.6 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    5353      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    5454      <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> 
    5656      <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&nbsp;List</span></a></li> 
     62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> 
    5763    </ul> 
    5864  </div> 
     
    9197<a name="l00066"></a>00066 <span class="comment">//      void set_est ( const epdf &amp;epdf0 );</span> 
    9298<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> &amp;opt ) { 
    93 <a name="l00068"></a>00068                 <a class="code" href="classbdm_1_1BM.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); 
    94100<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 ); 
    95101<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 ); 
     
    207213<a name="l00196"></a>00196 <span class="comment">                }*/</span> 
    208214<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> &amp;opt ) { 
    209 <a name="l00198"></a>00198                 <a class="code" href="classbdm_1_1PF.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 ); 
    210216<a name="l00199"></a>00199                 opt_L_mea = ( opt.find ( <span class="stringliteral">"logmeans"</span> ) !=string::npos ); 
    211217<a name="l00200"></a>00200         } 
     
    215221<a name="l00205"></a>00205  
    216222<a name="l00206"></a>00206 <span class="keyword">template</span>&lt;<span class="keyword">class</span> BM_T&gt; 
    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&lt;BM_T&gt;::bayes</a> ( <span class="keyword">const</span> vec &amp;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&lt;BM_T&gt;::bayes</a> ( <span class="keyword">const</span> vec &amp;dt ) { 
    218224<a name="l00208"></a>00208         <span class="keywordtype">int</span> i; 
    219225<a name="l00209"></a>00209         vec lls ( n ); 
     
    277283<a name="l00267"></a>00267  
    278284</pre></div></div> 
    279 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:11 2009 for mixpp by&nbsp; 
     285<hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 15:01:36 2009 for mixpp by&nbsp; 
    280286<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> 
    282288</body> 
    283289</html>