root/doc/html/libKF_8h.html @ 91

Revision 91, 7.4 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/libKF.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/libKF.h File Reference</h1>Bayesian Filtering for linear Gaussian models (<a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter) and extensions. <a href="#_details">More...</a>
20<p>
21<code>#include &lt;itpp/itbase.h&gt;</code><br>
22<code>#include &quot;../stat/libFN.h&quot;</code><br>
23<code>#include &quot;<a class="el" href="libEF_8h-source.html">../stat/libEF.h</a>&quot;</code><br>
24<code>#include &quot;<a class="el" href="chmat_8h-source.html">../math/chmat.h</a>&quot;</code><br>
25
26<p>
27<div class="dynheader">
28Include dependency graph for libKF.h:</div>
29<div class="dynsection">
30<p><center><img src="libKF_8h__incl.png" border="0" usemap="#work/mixpp/bdm/estim/libKF.h_map" alt=""></center>
31<map name="work/mixpp/bdm/estim/libKF.h_map">
32<area shape="rect" href="libFN_8h&#45;source.html" title="../stat/libFN.h" alt="" coords="23,81,121,105"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="145,81,244,105"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="307,81,419,105"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="56,156,120,180"><area shape="rect" href="libDC_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="309,156,416,180"><area shape="rect" href="itpp__ext_8h&#45;source.html" title="../itpp_ext.h" alt="" coords="195,156,285,180"></map>
33</div>
34
35<p>
36<div class="dynheader">
37This graph shows which files directly or indirectly include this file:</div>
38<div class="dynsection">
39<p><center><img src="libKF_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/estim/libKF.hdep_map" alt=""></center>
40<map name="work/mixpp/bdm/estim/libKF.hdep_map">
41<area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="5,81,373,105"></map>
42</div>
43
44<p>
45<a href="libKF_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
46<tr><td></td></tr>
47<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
48<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKalmanFull.html">KalmanFull</a></td></tr>
49
50<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Basic <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter with full matrices (education purpose only)! Will be deleted soon!  <a href="classKalmanFull.html#_details">More...</a><br></td></tr>
51<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKalman.html">Kalman&lt; sq_T &gt;</a></td></tr>
52
53<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter with covariance matrices in square root form.  <a href="classKalman.html#_details">More...</a><br></td></tr>
54<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKalmanCh.html">KalmanCh</a></td></tr>
55
56<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter in square root form.  <a href="classKalmanCh.html#_details">More...</a><br></td></tr>
57<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFfull.html">EKFfull</a></td></tr>
58
59<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter in full matrices.  <a href="classEKFfull.html#_details">More...</a><br></td></tr>
60<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKF.html">EKF&lt; sq_T &gt;</a></td></tr>
61
62<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter.  <a href="classEKF.html#_details">More...</a><br></td></tr>
63<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEKFCh.html">EKFCh</a></td></tr>
64
65<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter in Square root.  <a href="classEKFCh.html#_details">More...</a><br></td></tr>
66<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFcondQR.html">KFcondQR</a></td></tr>
67
68<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter with conditional diagonal matrices R and Q.  <a href="classKFcondQR.html#_details">More...</a><br></td></tr>
69<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFcondR.html">KFcondR</a></td></tr>
70
71<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter with conditional diagonal matrices R and Q.  <a href="classKFcondR.html#_details">More...</a><br></td></tr>
72</table>
73<hr><a name="_details"></a><h2>Detailed Description</h2>
74Bayesian Filtering for linear Gaussian models (<a class="el" href="classKalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> Filter) and extensions.
75<p>
76<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
77----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
78Using IT++ for numerical operations ----------------------------------- </div>
79<hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:27 2008 for mixpp by&nbsp;
80<a href="http://www.doxygen.org/index.html">
81<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
82</body>
83</html>
Note: See TracBrowser for help on using the browser.