root/doc/html/libPF_8h.html @ 91

Revision 91, 4.2 kB (checked in by smidl, 16 years ago)

drobnosti a dokumentace

Line 
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: work/mixpp/bdm/estim/libPF.h File 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.5 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="annotated.html"><span>Classes</span></a></li>
14      <li class="current"><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17</div>
18<div class="contents">
19<h1>work/mixpp/bdm/estim/libPF.h File Reference</h1>Bayesian Filtering using stochastic sampling (Particle Filters). <a href="#_details">More...</a>
20<p>
21<code>#include &lt;itpp/itbase.h&gt;</code><br>
22<code>#include &quot;<a class="el" href="libEF_8h-source.html">../stat/libEF.h</a>&quot;</code><br>
23<code>#include &quot;<a class="el" href="libDC_8h-source.html">../math/libDC.h</a>&quot;</code><br>
24
25<p>
26<div class="dynheader">
27Include dependency graph for libPF.h:</div>
28<div class="dynsection">
29<p><center><img src="libPF_8h__incl.png" border="0" usemap="#work/mixpp/bdm/estim/libPF.h_map" alt=""></center>
30<map name="work/mixpp/bdm/estim/libPF.h_map">
31<area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="145,81,244,105"><area shape="rect" href="libDC_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="51,156,157,180"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="232,156,296,180"><area shape="rect" href="itpp__ext_8h&#45;source.html" title="../itpp_ext.h" alt="" coords="320,156,411,180"></map>
32</div>
33
34<p>
35<a href="libPF_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
36<tr><td></td></tr>
37<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
38<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPF.html">PF</a></td></tr>
39
40<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Trivial particle filter with proposal density equal to parameter evolution model.  <a href="classPF.html#_details">More...</a><br></td></tr>
41<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMPF.html">MPF&lt; BM_T &gt;</a></td></tr>
42
43<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Marginalized Particle filter.  <a href="classMPF.html#_details">More...</a><br></td></tr>
44<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>MPF&lt; BM_T &gt;::mpfepdf</b></td></tr>
45
46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">internal class for MPDF providing composition of <a class="el" href="classeEmp.html" title="Weighted empirical density.">eEmp</a> with external components <br></td></tr>
47<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
48<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="718eb6f36f33fd5898956fb950d0d8f2"></a><!-- doxytag: member="libPF.h::PF_SSAT" ref="718eb6f36f33fd5898956fb950d0d8f2" args="" -->
49double&nbsp;</td><td class="memItemRight" valign="bottom"><b>PF_SSAT</b></td></tr>
50
51</table>
52<hr><a name="_details"></a><h2>Detailed Description</h2>
53Bayesian Filtering using stochastic sampling (Particle Filters).
54<p>
55<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
56----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
57Using IT++ for numerical operations ----------------------------------- </div>
58<hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:27 2008 for mixpp by&nbsp;
59<a href="http://www.doxygen.org/index.html">
60<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
61</body>
62</html>
Note: See TracBrowser for help on using the browser.