Revision 30, 1.4 kB
(checked in by smidl, 17 years ago)
|
compiles and runs successfully, except KF_QR
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | \section{BMcond Class Reference} |
---|
2 | \label{classBMcond}\index{BMcond@{BMcond}} |
---|
3 | Conditional Bayesian Filter. |
---|
4 | |
---|
5 | |
---|
6 | {\tt \#include $<$libBM.h$>$} |
---|
7 | |
---|
8 | Inheritance diagram for BMcond:\nopagebreak |
---|
9 | \begin{figure}[H] |
---|
10 | \begin{center} |
---|
11 | \leavevmode |
---|
12 | \includegraphics[width=55pt]{classBMcond__inherit__graph} |
---|
13 | \end{center} |
---|
14 | \end{figure} |
---|
15 | Collaboration diagram for BMcond:\nopagebreak |
---|
16 | \begin{figure}[H] |
---|
17 | \begin{center} |
---|
18 | \leavevmode |
---|
19 | \includegraphics[width=49pt]{classBMcond__coll__graph} |
---|
20 | \end{center} |
---|
21 | \end{figure} |
---|
22 | \subsection*{Public Member Functions} |
---|
23 | \begin{CompactItemize} |
---|
24 | \item |
---|
25 | virtual void {\bf condition} (const vec \&val)=0\label{classBMcond_3543cfe274c35f9033c24d8036a96c4d} |
---|
26 | |
---|
27 | \begin{CompactList}\small\item\em Substitute {\tt val} for {\tt rvc}. \item\end{CompactList}\end{CompactItemize} |
---|
28 | \subsection*{Protected Attributes} |
---|
29 | \begin{CompactItemize} |
---|
30 | \item |
---|
31 | {\bf RV} \textbf{rvc}\label{classBMcond_9ba793c8ec453f04d372d17195ed8dec} |
---|
32 | |
---|
33 | \end{CompactItemize} |
---|
34 | |
---|
35 | |
---|
36 | \subsection{Detailed Description} |
---|
37 | Conditional Bayesian Filter. |
---|
38 | |
---|
39 | Evaluates conditional filtering density \$f(rv$|$rvc,data)\$ for a given {\tt rvc} which is specified in each step by calling function {\tt condition}. |
---|
40 | |
---|
41 | This is an interface class used to assure that certain \doxyref{BM}{p.}{classBM} has operation {\tt condition} . |
---|
42 | |
---|
43 | The documentation for this class was generated from the following file:\begin{CompactItemize} |
---|
44 | \item |
---|
45 | work/mixpp/bdm/stat/{\bf libBM.h}\end{CompactItemize} |
---|