Changeset 172 for doc/latex/libBM_8h.tex
- Timestamp:
- 09/24/08 13:31:03 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/libBM_8h.tex
r162 r172 1 \hypertarget{libBM_8h}{ 1 2 \section{work/git/mixpp/bdm/stat/libBM.h File Reference} 2 3 \label{libBM_8h}\index{work/git/mixpp/bdm/stat/libBM.h@{work/git/mixpp/bdm/stat/libBM.h}} 4 } 3 5 Bayesian Models (bm) that use Bayes rule to learn from observations. 4 6 … … 25 27 \begin{CompactItemize} 26 28 \item 27 class {\bfstr}28 \begin{CompactList}\small\item\em Structure of \ doxyref{RV}{p.}{classRV} (used internally). \item\end{CompactList}\item29 class {\bfRV}29 class \hyperlink{classstr}{str} 30 \begin{CompactList}\small\item\em Structure of \hyperlink{classRV}{RV} (used internally). \item\end{CompactList}\item 31 class \hyperlink{classRV}{RV} 30 32 \begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item 31 class {\bffnc}33 class \hyperlink{classfnc}{fnc} 32 34 \begin{CompactList}\small\item\em Class representing function $f(x)$ of variable $x$ represented by {\tt rv}. \item\end{CompactList}\item 33 class {\bfepdf}35 class \hyperlink{classepdf}{epdf} 34 36 \begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item 35 class {\bfmpdf}37 class \hyperlink{classmpdf}{mpdf} 36 38 \begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\item 37 class {\bfmepdf}38 \begin{CompactList}\small\item\em Unconditional \ doxyref{mpdf}{p.}{classmpdf}, allows using \doxyref{epdf}{p.}{classepdf} in the role of \doxyref{mpdf}{p.}{classmpdf}. \item\end{CompactList}\item39 class {\bfDS}39 class \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 41 class \hyperlink{classDS}{DS} 40 42 \begin{CompactList}\small\item\em Abstract class for discrete-time sources of data. \item\end{CompactList}\item 41 class {\bfBM}43 class \hyperlink{classBM}{BM} 42 44 \begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item 43 class {\bfBMcond}45 class \hyperlink{classBMcond}{BMcond} 44 46 \begin{CompactList}\small\item\em Conditional Bayesian Filter. \item\end{CompactList}\end{CompactItemize} 45 47 \subsection*{Functions} 46 48 \begin{CompactItemize} 47 49 \item 48 {\bf RV} {\bf concat} (const {\bf RV} \&rv1, const {\bf RV} \&rv2)\label{libBM_8h_33c114e83980d883c5b211c47d5322a4} 50 \hypertarget{libBM_8h_33c114e83980d883c5b211c47d5322a4}{ 51 \hyperlink{classRV}{RV} \hyperlink{libBM_8h_33c114e83980d883c5b211c47d5322a4}{concat} (const \hyperlink{classRV}{RV} \&rv1, const \hyperlink{classRV}{RV} \&rv2)} 52 \label{libBM_8h_33c114e83980d883c5b211c47d5322a4} 49 53 50 54 \begin{CompactList}\small\item\em Concat two random variables. \item\end{CompactList}\end{CompactItemize}