root/doc/html/ekf__templ_8h.html @ 261

Revision 261, 4.9 kB (checked in by smidl, 15 years ago)

doc

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: ekf_templ.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.6 -->
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="modules.html"><span>Modules</span></a></li>
14      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
15      <li><a href="classes.html"><span>Classes</span></a></li>
16      <li class="current"><a href="files.html"><span>Files</span></a></li>
17    </ul>
18  </div>
19</div>
20<div class="contents">
21<h1>ekf_templ.h File Reference</h1>Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions. <a href="#_details">More...</a>
22<p>
23<code>#include &quot;<a class="el" href="libKF_8h-source.html">libKF.h</a>&quot;</code><br>
24
25<p>
26<div class="dynheader">
27Include dependency graph for ekf_templ.h:</div>
28<div class="dynsection">
29<p><center><img src="ekf__templ_8h__incl.png" border="0" usemap="#ekf_templ.h_map" alt=""></center>
30<map name="ekf_templ.h_map">
31<area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="155,84,213,111"><area shape="rect" href="libFN_8h-source.html" title="../stat/libFN.h" alt="" coords="5,161,109,188"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="133,161,235,188"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="167,239,289,265"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="76,239,143,265"><area shape="rect" href="itpp__ext_8h-source.html" title="../itpp_ext.h" alt="" coords="127,393,223,420"><area shape="rect" href="libDC_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="183,316,249,343"></map>
32</div>
33
34<p>
35<a href="ekf__templ_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>Namespaces</h2></td></tr>
38<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html">bdm</a></td></tr>
39
40<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
41<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1EKFful__unQR.html">bdm::EKFful_unQR</a></td></tr>
42
43<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classbdm_1_1Kalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter with unknown <code>Q</code> and <code>R</code><a href="classbdm_1_1EKFful__unQR.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"><a class="el" href="classbdm_1_1EKFCh__unQ.html">bdm::EKFCh_unQ</a></td></tr>
45
46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classbdm_1_1Kalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter in Choleski form with unknown <code>Q</code><a href="classbdm_1_1EKFCh__unQ.html#_details">More...</a><br></td></tr>
47<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1EKFCh__cond.html">bdm::EKFCh_cond</a></td></tr>
48
49<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Extended <a class="el" href="classbdm_1_1Kalman.html" title="Kalman filter with covariance matrices in square root form.">Kalman</a> filter with unknown parameters in <code>IM</code><a href="classbdm_1_1EKFCh__cond.html#_details">More...</a><br></td></tr>
50</table>
51<hr><a name="_details"></a><h2>Detailed Description</h2>
52Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.
53<p>
54<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
55----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
56Using IT++ for numerical operations ----------------------------------- </div>
57<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 15:29:46 2009 for mixpp by&nbsp;
58<a href="http://www.doxygen.org/index.html">
59<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
60</body>
61</html>
Note: See TracBrowser for help on using the browser.