root/doc/html/libPF_8h.html @ 14

Revision 8, 2.9 kB (checked in by smidl, 16 years ago)

Kalmany funkci, PF nefunkci

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/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.3 -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="annotated.html"><span>Classes</span></a></li>
12    <li class="current"><a href="files.html"><span>Files</span></a></li>
13  </ul>
14</div>
15<h1>work/mixpp/libPF.h File Reference</h1>Bayesian Filtering using stochastic sampling (Particle Filters). <a href="#_details">More...</a>
16<p>
17<code>#include &lt;itpp/itbase.h&gt;</code><br>
18<code>#include &quot;<a class="el" href="libBM_8h-source.html">libBM.h</a>&quot;</code><br>
19<code>#include &quot;<a class="el" href="libDC_8h-source.html">libDC.h</a>&quot;</code><br>
20
21<p>
22<a href="libPF_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
23<tr><td></td></tr>
24<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
25<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>
26
27<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A Particle Filter prototype.  <a href="classPF.html#_details">More...</a><br></td></tr>
28<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTrivialPF.html">TrivialPF</a></td></tr>
29
30<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Trivial particle filter with proposal density that is not conditioned on the data.  <a href="classTrivialPF.html#_details">More...</a><br></td></tr>
31<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>MPF</b></td></tr>
32
33<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
34<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><b>RESAMPLING_METHOD</b> { <b>MULTINOMIAL</b> =  0,
35<b>DETERMINISTIC</b> =  1,
36<b>RESIDUAL</b> =  2,
37<b>SYSTEMATIC</b> =  3
38 }</td></tr>
39
40</table>
41<hr><a name="_details"></a><h2>Detailed Description</h2>
42Bayesian Filtering using stochastic sampling (Particle Filters).
43<p>
44<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
45----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
46Using IT++ for numerical operations ----------------------------------- <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jan 23 11:30:10 2008 for mixpp by&nbsp;
47<a href="http://www.doxygen.org/index.html">
48<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
49</body>
50</html>
Note: See TracBrowser for help on using the browser.