root/doc/latex/classKalmanFull.tex @ 91

Revision 91, 3.4 kB (checked in by smidl, 16 years ago)

drobnosti a dokumentace

  • Property svn:eol-style set to native
Line 
1\section{KalmanFull Class Reference}
2\label{classKalmanFull}\index{KalmanFull@{KalmanFull}}
3Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon! 
4
5
6{\tt \#include $<$libKF.h$>$}
7
8Inheritance diagram for KalmanFull:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=56pt]{classKalmanFull__inherit__graph}
13\end{center}
14\end{figure}
15\subsection*{Public Member Functions}
16\begin{CompactItemize}
17\item 
18{\bf KalmanFull} (mat A, mat B, mat C, mat D, mat R, mat Q, mat P0, vec mu0)\label{classKalmanFull_7197ab6e7380790006394eabd3b97043}
19
20\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
21void {\bf bayes} (const vec \&dt)\label{classKalmanFull_13a041cd98ff157703766be275a657bb}
22
23\begin{CompactList}\small\item\em Here dt = [yt;ut] of appropriate dimensions. \item\end{CompactList}\item 
24{\bf KalmanFull} ()\label{classKalmanFull_9d7cc2235b643d9662cd9c8b8469747d}
25
26\begin{CompactList}\small\item\em For \doxyref{EKFfull}{p.}{classEKFfull};. \item\end{CompactList}\end{CompactItemize}
27\subsection*{Public Attributes}
28\begin{CompactItemize}
29\item 
30vec {\bf mu}\label{classKalmanFull_fb5aec635e2720cc5ac31bc01c18a68a}
31
32\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
33mat {\bf P}\label{classKalmanFull_b75dc059e84fa8ffc076203b30f926cc}
34
35\begin{CompactList}\small\item\em Variance of the posterior density. \item\end{CompactList}\item 
36bool \textbf{evalll}\label{classKalmanFull_c17d69e125acd2673e6688fd86dd3f84}
37
38\item 
39double \textbf{ll}\label{classKalmanFull_3aa4bf6128980d0627413dcf9cd07308}
40
41\end{CompactItemize}
42\subsection*{Protected Attributes}
43\begin{CompactItemize}
44\item 
45int \textbf{dimx}\label{classKalmanFull_c5353e66238ed717dba79e0499118226}
46
47\item 
48int \textbf{dimy}\label{classKalmanFull_761fadcc12dd4cb83bb8b5e27db01947}
49
50\item 
51int \textbf{dimu}\label{classKalmanFull_609a4a0fcde78fd7aac2f01b34e952c9}
52
53\item 
54mat \textbf{A}\label{classKalmanFull_554de4c953761380cd5a14a02542e007}
55
56\item 
57mat \textbf{B}\label{classKalmanFull_ac7ade2a603a1b05419e36c5aae21755}
58
59\item 
60mat \textbf{C}\label{classKalmanFull_5a9a8326ae17b519109fcdad59ea74a3}
61
62\item 
63mat \textbf{D}\label{classKalmanFull_8f992a2d6b66d2e8bd9174b28cc0f074}
64
65\item 
66mat \textbf{R}\label{classKalmanFull_bbd2dab10da47237a5f0d9e55fd61f24}
67
68\item 
69mat \textbf{Q}\label{classKalmanFull_a8777c1fe67763395d3ddeb326239851}
70
71\item 
72mat \textbf{\_\-Pp}\label{classKalmanFull_905823cf4157a11b8b824e45809dac55}
73
74\item 
75mat \textbf{\_\-Ry}\label{classKalmanFull_b1b946b3a43f7d86cf4b6dc0dd6e3210}
76
77\item 
78mat \textbf{\_\-iRy}\label{classKalmanFull_c7d915386a9d60b1bc309ae9166764f6}
79
80\item 
81mat \textbf{\_\-K}\label{classKalmanFull_4c8354ea4801529f3071189ddd10d760}
82
83\end{CompactItemize}
84\subsection*{Friends}
85\begin{CompactItemize}
86\item 
87std::ostream \& {\bf operator$<$$<$} (std::ostream \&os, const {\bf KalmanFull} \&kf)\label{classKalmanFull_86ba216243ed95bb46d80d88775d16af}
88
89\begin{CompactList}\small\item\em print elements of KF \item\end{CompactList}\end{CompactItemize}
90
91
92\subsection{Detailed Description}
93Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon!
94
95The documentation for this class was generated from the following files:\begin{CompactItemize}
96\item 
97work/mixpp/bdm/estim/{\bf libKF.h}\item 
98work/mixpp/bdm/estim/libKF.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.