Changeset 172 for doc/latex/libBM_8h.tex

Show
Ignore:
Timestamp:
09/24/08 13:31:03 (16 years ago)
Author:
smidl
Message:

Latex doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/libBM_8h.tex

    r162 r172  
     1\hypertarget{libBM_8h}{ 
    12\section{work/git/mixpp/bdm/stat/libBM.h File Reference} 
    23\label{libBM_8h}\index{work/git/mixpp/bdm/stat/libBM.h@{work/git/mixpp/bdm/stat/libBM.h}} 
     4} 
    35Bayesian Models (bm) that use Bayes rule to learn from observations.  
    46 
     
    2527\begin{CompactItemize} 
    2628\item  
    27 class {\bf str} 
    28 \begin{CompactList}\small\item\em Structure of \doxyref{RV}{p.}{classRV} (used internally). \item\end{CompactList}\item  
    29 class {\bf RV} 
     29class \hyperlink{classstr}{str} 
     30\begin{CompactList}\small\item\em Structure of \hyperlink{classRV}{RV} (used internally). \item\end{CompactList}\item  
     31class \hyperlink{classRV}{RV} 
    3032\begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item  
    31 class {\bf fnc} 
     33class \hyperlink{classfnc}{fnc} 
    3234\begin{CompactList}\small\item\em Class representing function $f(x)$ of variable $x$ represented by {\tt rv}. \item\end{CompactList}\item  
    33 class {\bf epdf} 
     35class \hyperlink{classepdf}{epdf} 
    3436\begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item  
    35 class {\bf mpdf} 
     37class \hyperlink{classmpdf}{mpdf} 
    3638\begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\item  
    37 class {\bf mepdf} 
    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}\item  
    39 class {\bf DS} 
     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{classDS}{DS} 
    4042\begin{CompactList}\small\item\em Abstract class for discrete-time sources of data. \item\end{CompactList}\item  
    41 class {\bf BM} 
     43class \hyperlink{classBM}{BM} 
    4244\begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item  
    43 class {\bf BMcond} 
     45class \hyperlink{classBMcond}{BMcond} 
    4446\begin{CompactList}\small\item\em Conditional Bayesian Filter. \item\end{CompactList}\end{CompactItemize} 
    4547\subsection*{Functions} 
    4648\begin{CompactItemize} 
    4749\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} 
    4953 
    5054\begin{CompactList}\small\item\em Concat two random variables. \item\end{CompactList}\end{CompactItemize}