[172] | 1 | \hypertarget{libKF_8h}{ |
---|
[261] | 2 | \section{libKF.h File Reference} |
---|
| 3 | \label{libKF_8h}\index{libKF.h@{libKF.h}} |
---|
[172] | 4 | } |
---|
[255] | 5 | Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions. |
---|
[8] | 6 | |
---|
[22] | 7 | {\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par |
---|
[32] | 8 | {\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par |
---|
[37] | 9 | {\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par |
---|
[19] | 10 | |
---|
| 11 | |
---|
| 12 | Include dependency graph for libKF.h:\nopagebreak |
---|
| 13 | \begin{figure}[H] |
---|
| 14 | \begin{center} |
---|
| 15 | \leavevmode |
---|
[261] | 16 | \includegraphics[width=128pt]{libKF_8h__incl} |
---|
[19] | 17 | \end{center} |
---|
| 18 | \end{figure} |
---|
[79] | 19 | |
---|
| 20 | |
---|
| 21 | This graph shows which files directly or indirectly include this file:\nopagebreak |
---|
| 22 | \begin{figure}[H] |
---|
| 23 | \begin{center} |
---|
| 24 | \leavevmode |
---|
[261] | 25 | \includegraphics[width=58pt]{libKF_8h__dep__incl} |
---|
[79] | 26 | \end{center} |
---|
| 27 | \end{figure} |
---|
[255] | 28 | \subsection*{Namespaces} |
---|
| 29 | \begin{CompactItemize} |
---|
| 30 | \item |
---|
[261] | 31 | namespace \hyperlink{namespacebdm}{bdm} |
---|
[255] | 32 | \end{CompactItemize} |
---|
[8] | 33 | \subsection*{Classes} |
---|
| 34 | \begin{CompactItemize} |
---|
| 35 | \item |
---|
[255] | 36 | class \hyperlink{classbdm_1_1KalmanFull}{bdm::KalmanFull} |
---|
| 37 | \begin{CompactList}\small\item\em Basic \hyperlink{classbdm_1_1Kalman}{Kalman} filter with full matrices (education purpose only)! Will be deleted soon! \item\end{CompactList}\item |
---|
| 38 | class \hyperlink{classbdm_1_1Kalman}{bdm::Kalman$<$ sq\_\-T $>$} |
---|
| 39 | \begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter with covariance matrices in square root form. \item\end{CompactList}\item |
---|
| 40 | class \hyperlink{classbdm_1_1KalmanCh}{bdm::KalmanCh} |
---|
| 41 | \begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter in square root form. \item\end{CompactList}\item |
---|
| 42 | class \hyperlink{classbdm_1_1EKFfull}{bdm::EKFfull} |
---|
| 43 | \begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in full matrices. \item\end{CompactList}\item |
---|
| 44 | class \hyperlink{classbdm_1_1EKF}{bdm::EKF$<$ sq\_\-T $>$} |
---|
| 45 | \begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter. \item\end{CompactList}\item |
---|
| 46 | class \hyperlink{classbdm_1_1EKFCh}{bdm::EKFCh} |
---|
| 47 | \begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in Square root. \item\end{CompactList}\item |
---|
| 48 | class \hyperlink{classbdm_1_1KFcondQR}{bdm::KFcondQR} |
---|
| 49 | \begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\item |
---|
| 50 | class \hyperlink{classbdm_1_1KFcondR}{bdm::KFcondR} |
---|
| 51 | \begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\end{CompactItemize} |
---|
[8] | 52 | |
---|
| 53 | |
---|
| 54 | \subsection{Detailed Description} |
---|
[255] | 55 | Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions. |
---|
[8] | 56 | |
---|
| 57 | \begin{Desc} |
---|
| 58 | \item[Author:]Vaclav Smidl.\end{Desc} |
---|
| 59 | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty |
---|
| 60 | |
---|
| 61 | Using IT++ for numerical operations ----------------------------------- |
---|