Show
Ignore:
Timestamp:
06/24/09 21:56:30 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • library/doc/html/particles_8h.html

    r396 r397  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: arx.h File Reference</title> 
     3<title>mixpp: particles.h File Reference</title> 
    44<link href="tabs.css" rel="stylesheet" type="text/css"> 
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    6565</div> 
    6666<div class="contents"> 
    67 <h1>arx.h File Reference</h1>Bayesian Filtering for generalized autoregressive (ARX) model 
     67<h1>particles.h File Reference</h1>Bayesian Filtering using stochastic sampling (Particle Filters) 
    6868<a href="#_details">More...</a> 
    6969<p> 
    70 <code>#include &quot;../math/functions.h&quot;</code><br> 
    71 <code>#include &quot;<a class="el" href="exp__family_8h_source.html">../stat/exp_family.h</a>&quot;</code><br> 
    72 <code>#include &quot;<a class="el" href="user__info_8h_source.html">../base/user_info.h</a>&quot;</code><br> 
     70<code>#include &quot;<a class="el" href="exp__family_8h-source.html">../stat/exp_family.h</a>&quot;</code><br> 
    7371 
    7472<p> 
    75 <a href="arx_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
     73<a href="particles_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
    7674<tr><td></td></tr> 
    7775<tr><td colspan="2"><br><h2>Classes</h2></td></tr> 
    78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1ARX.html">bdm::ARX</a></td></tr> 
     76<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1PF.html">bdm::PF</a></td></tr> 
    7977 
    80 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Linear Autoregressive model with Gaussian noise.  <a href="classbdm_1_1ARX.html#_details">More...</a><br></td></tr> 
    81 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> 
    82 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="79c0d7524ed4b24beacab63ac1e455e3"></a><!-- doxytag: member="arx.h::UIREGISTER" ref="79c0d7524ed4b24beacab63ac1e455e3" args="(ARX)" --> 
    83 &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (ARX)</td></tr> 
     78<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Trivial particle filter with proposal density equal to parameter evolution model.  <a href="classbdm_1_1PF.html#_details">More...</a><br></td></tr> 
     79<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1MPF.html">bdm::MPF&lt; BM_T &gt;</a></td></tr> 
    8480 
     81<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Marginalized Particle filter.  <a href="classbdm_1_1MPF.html#_details">More...</a><br></td></tr> 
     82<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::MPF&lt; BM_T &gt;::MPF::mpfepdf</b></td></tr> 
     83 
     84<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">internal class for MPDF providing composition of <a class="el" href="classbdm_1_1eEmp.html" title="Weighted empirical density.">eEmp</a> with external components <br></td></tr> 
    8585</table> 
    86 <hr><h2>Detailed Description</h2> 
    87 Bayesian Filtering for generalized autoregressive (ARX) model.  
     86<hr><a name="_details"></a><h2>Detailed Description</h2> 
     87Bayesian Filtering using stochastic sampling (Particle Filters).  
    8888<p> 
    8989<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
    9090----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 
    9191Using IT++ for numerical operations ----------------------------------- </div> 
    92 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:46 2009 for mixpp by&nbsp; 
     92<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:50 2009 for mixpp by&nbsp; 
    9393<a href="http://www.doxygen.org/index.html"> 
    94 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     94<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    9595</body> 
    9696</html>