root/doc/latex/libKF_8h.tex @ 37

Revision 37, 2.0 kB (checked in by smidl, 16 years ago)

Matrix in Cholesky decomposition, Square-root Kalman and many bug fixes

  • Property svn:eol-style set to native
Line 
1\section{work/mixpp/bdm/estim/libKF.h File Reference}
2\label{libKF_8h}\index{work/mixpp/bdm/estim/libKF.h@{work/mixpp/bdm/estim/libKF.h}}
3Bayesian Filtering for linear Gaussian models (\doxyref{Kalman}{p.}{classKalman} Filter) and extensions.
4
5{\tt \#include $<$itpp/itbase.h$>$}\par
6{\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par
7{\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par
8{\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par
9
10
11Include dependency graph for libKF.h:\nopagebreak
12\begin{figure}[H]
13\begin{center}
14\leavevmode
15\includegraphics[width=196pt]{libKF_8h__incl}
16\end{center}
17\end{figure}
18\subsection*{Classes}
19\begin{CompactItemize}
20\item 
21class {\bf KalmanFull}
22\begin{CompactList}\small\item\em Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon! \item\end{CompactList}\item 
23class {\bf Kalman$<$ sq\_\-T $>$}
24\begin{CompactList}\small\item\em \doxyref{Kalman}{p.}{classKalman} filter with covariance matrices in square root form. \item\end{CompactList}\item 
25class {\bf KalmanCh}
26\begin{CompactList}\small\item\em \doxyref{Kalman}{p.}{classKalman} filter in square root form. \item\end{CompactList}\item 
27class {\bf EKF$<$ sq\_\-T $>$}
28\begin{CompactList}\small\item\em Extended \doxyref{Kalman}{p.}{classKalman} Filter. \item\end{CompactList}\item 
29class {\bf KFcondQR}
30\begin{CompactList}\small\item\em \doxyref{Kalman}{p.}{classKalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\item 
31class {\bf KFcondR}
32\begin{CompactList}\small\item\em \doxyref{Kalman}{p.}{classKalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\end{CompactItemize}
33
34
35\subsection{Detailed Description}
36Bayesian Filtering for linear Gaussian models (\doxyref{Kalman}{p.}{classKalman} Filter) and extensions.
37
38\begin{Desc}
39\item[Author:]Vaclav Smidl.\end{Desc}
40----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
41
42Using IT++ for numerical operations -----------------------------------
Note: See TracBrowser for help on using the browser.