Show
Ignore:
Timestamp:
08/30/09 22:13:15 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

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

    r590 r591  
    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"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2<html xmlns="http://www.w3.org/1999/xhtml"> 
     3<head> 
     4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
    35<title>mixpp: particles.h File Reference</title> 
    4 <link href="tabs.css" rel="stylesheet" type="text/css"> 
    5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 
    6 </head><body> 
    7 <!-- Generated by Doxygen 1.5.8 --> 
     6<link href="tabs.css" rel="stylesheet" type="text/css"/> 
     7<link href="doxygen.css" rel="stylesheet" type="text/css"/> 
     8</head> 
     9<body> 
     10<!-- Generated by Doxygen 1.6.1 --> 
    811<script type="text/javascript"> 
    912<!-- 
     
    6467</div> 
    6568<div class="contents"> 
    66 <h1>particles.h File Reference</h1>Bayesian Filtering using stochastic sampling (Particle Filters).   
    67 <a href="#_details">More...</a> 
    68 <p> 
    69 <code>#include &quot;<a class="el" href="exp__family_8h-source.html">../stat/exp_family.h</a>&quot;</code><br> 
     69<h1>particles.h File Reference</h1> 
     70<p>Bayesian Filtering using stochastic sampling (Particle Filters).   
     71<a href="#_details">More...</a></p> 
     72<code>#include &quot;../stat/exp_family.h&quot;</code><br/> 
    7073 
    71 <p> 
    72 <a href="particles_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
    73 <tr><td></td></tr> 
    74 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 
    75 <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> 
    76  
    77 <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> 
    78 <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> 
    79  
    80 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Marginalized Particle filter.  <a href="classbdm_1_1MPF.html#_details">More...</a><br></td></tr> 
    81 <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> 
    82  
    83 <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> 
     74<p><a href="particles_8h_source.html">Go to the source code of this file.</a></p> 
     75<table border="0" cellpadding="0" cellspacing="0"> 
     76<tr><td colspan="2"><h2>Classes</h2></td></tr> 
     77<tr><td class="memItemLeft" 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> 
     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" 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> 
     80<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Marginalized Particle filter.  <a href="classbdm_1_1MPF.html#_details">More...</a><br/></td></tr> 
     81<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>bdm::MPF&lt; BM_T &gt;::mpfepdf</b></td></tr> 
     82<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> 
    8483</table> 
    85 <hr><a name="_details"></a><h2>Detailed Description</h2> 
    86 Bayesian Filtering using stochastic sampling (Particle Filters).  
    87 <p> 
    88 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
    89 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 
    90 Using IT++ for numerical operations ----------------------------------- </div> 
    91 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:42 2009 for mixpp by&nbsp; 
     84<hr/><a name="_details"></a><h2>Detailed Description</h2> 
     85<p>Bayesian Filtering using stochastic sampling (Particle Filters). </p> 
     86<dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
     87<p>----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty</p> 
     88<p>Using IT++ for numerical operations ----------------------------------- </p> 
     89</div> 
     90<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:49 2009 for mixpp by&nbsp; 
    9291<a href="http://www.doxygen.org/index.html"> 
    93 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
     92<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
    9493</body> 
    9594</html>