root/doc/latex/libBM_8h.tex @ 187

Revision 181, 3.1 kB (checked in by smidl, 16 years ago)

Regenerated doc

  • Property svn:eol-style set to native
Line 
1\hypertarget{libBM_8h}{
2\section{work/git/mixpp/bdm/stat/libBM.h File Reference}
3\label{libBM_8h}\index{work/git/mixpp/bdm/stat/libBM.h@{work/git/mixpp/bdm/stat/libBM.h}}
4}
5Bayesian Models (bm) that use Bayes rule to learn from observations.
6
7{\tt \#include $<$itpp/itbase.h$>$}\par
8
9
10Include dependency graph for libBM.h:\nopagebreak
11\begin{figure}[H]
12\begin{center}
13\leavevmode
14\includegraphics[width=106pt]{libBM_8h__incl}
15\end{center}
16\end{figure}
17
18
19This graph shows which files directly or indirectly include this file:\nopagebreak
20\begin{figure}[H]
21\begin{center}
22\leavevmode
23\includegraphics[width=420pt]{libBM_8h__dep__incl}
24\end{center}
25\end{figure}
26\subsection*{Classes}
27\begin{CompactItemize}
28\item 
29class \hyperlink{classstr}{str}
30\begin{CompactList}\small\item\em Structure of \hyperlink{classRV}{RV} (used internally), i.e. expanded RVs. \item\end{CompactList}\item 
31class \hyperlink{classRV}{RV}
32\begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item 
33class \hyperlink{classfnc}{fnc}
34\begin{CompactList}\small\item\em Class representing function $f(x)$ of variable $x$ represented by {\tt rv}. \item\end{CompactList}\item 
35class \hyperlink{classepdf}{epdf}
36\begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item 
37class \hyperlink{classmpdf}{mpdf}
38\begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\item 
39class \hyperlink{classmepdf}{mepdf}
40\begin{CompactList}\small\item\em Unconditional \hyperlink{classmpdf}{mpdf}, allows using \hyperlink{classepdf}{epdf} in the role of \hyperlink{classmpdf}{mpdf}. \item\end{CompactList}\item 
41class \hyperlink{classcompositepdf}{compositepdf}
42\begin{CompactList}\small\item\em Abstract composition of pdfs, a base for specific classes. \item\end{CompactList}\item 
43class \hyperlink{classDS}{DS}
44\begin{CompactList}\small\item\em Abstract class for discrete-time sources of data. \item\end{CompactList}\item 
45class \hyperlink{classBM}{BM}
46\begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item 
47class \hyperlink{classBMcond}{BMcond}
48\begin{CompactList}\small\item\em Conditional Bayesian Filter. \item\end{CompactList}\end{CompactItemize}
49\subsection*{Functions}
50\begin{CompactItemize}
51\item 
52\hypertarget{libBM_8h_33c114e83980d883c5b211c47d5322a4}{
53\hyperlink{classRV}{RV} \hyperlink{libBM_8h_33c114e83980d883c5b211c47d5322a4}{concat} (const \hyperlink{classRV}{RV} \&rv1, const \hyperlink{classRV}{RV} \&rv2)}
54\label{libBM_8h_33c114e83980d883c5b211c47d5322a4}
55
56\begin{CompactList}\small\item\em Concat two random variables. \item\end{CompactList}\end{CompactItemize}
57
58
59\subsection{Detailed Description}
60Bayesian Models (bm) that use Bayes rule to learn from observations.
61
62\begin{Desc}
63\item[Author:]Vaclav Smidl.\end{Desc}
64----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
65
66Using IT++ for numerical operations -----------------------------------
Note: See TracBrowser for help on using the browser.