Revision 4, 1.3 kB
(checked in by smidl, 17 years ago)
|
doxy
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | \section{work/mixpp/libBM.h File Reference} |
---|
2 | \label{libBM_8h}\index{work/mixpp/libBM.h@{work/mixpp/libBM.h}} |
---|
3 | Bayesian Models (bm) that use Bayes rule to learn from observations. |
---|
4 | |
---|
5 | {\tt \#include $<$itpp/itbase.h$>$}\par |
---|
6 | \subsection*{Classes} |
---|
7 | \begin{CompactItemize} |
---|
8 | \item |
---|
9 | class {\bf RV} |
---|
10 | \begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item |
---|
11 | class {\bf fnc} |
---|
12 | \begin{CompactList}\small\item\em Class representing function of variables. \item\end{CompactList}\item |
---|
13 | class {\bf BM} |
---|
14 | \begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item |
---|
15 | class {\bf epdf} |
---|
16 | \begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item |
---|
17 | class {\bf mpdf} |
---|
18 | \begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\end{CompactItemize} |
---|
19 | |
---|
20 | |
---|
21 | \subsection{Detailed Description} |
---|
22 | Bayesian Models (bm) that use Bayes rule to learn from observations. |
---|
23 | |
---|
24 | \begin{Desc} |
---|
25 | \item[Author:]Vaclav Smidl.\end{Desc} |
---|
26 | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty |
---|
27 | |
---|
28 | Using IT++ for numerical operations ----------------------------------- |
---|