root/doc/latex/emix_8h.tex @ 270

Revision 270, 1.7 kB (checked in by smidl, 16 years ago)

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

  • Property svn:eol-style set to native
Line 
1\hypertarget{emix_8h}{
2\section{emix.h File Reference}
3\label{emix_8h}\index{emix.h@{emix.h}}
4}
5
6
7\subsection{Detailed Description}
8Probability distributions for Mixtures of pdfs.
9
10\begin{Desc}
11\item[Author:]Vaclav Smidl.\end{Desc}
12----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
13
14Using IT++ for numerical operations -----------------------------------
15
16{\tt \#include \char`\"{}libBM.h\char`\"{}}\par
17{\tt \#include \char`\"{}libEF.h\char`\"{}}\par
18\subsection*{Namespaces}
19\begin{CompactItemize}
20\item 
21namespace \hyperlink{namespacebdm}{bdm}
22\end{CompactItemize}
23\subsection*{Classes}
24\begin{CompactItemize}
25\item 
26class \hyperlink{classbdm_1_1mratio}{bdm::mratio}
27\begin{CompactList}\small\item\em Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: \[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \] where $ f(rvc) = \int f(rv,rvc) d\ rv $. \item\end{CompactList}\item 
28class \hyperlink{classbdm_1_1emix}{bdm::emix}
29\begin{CompactList}\small\item\em Mixture of epdfs. \item\end{CompactList}\item 
30class \hyperlink{classbdm_1_1mprod}{bdm::mprod}
31\begin{CompactList}\small\item\em Chain rule decomposition of \hyperlink{classbdm_1_1epdf}{epdf}. \item\end{CompactList}\item 
32class \hyperlink{classbdm_1_1eprod}{bdm::eprod}
33\begin{CompactList}\small\item\em Product of independent epdfs. For dependent pdfs, use \hyperlink{classbdm_1_1mprod}{mprod}. \item\end{CompactList}\item 
34class \hyperlink{classbdm_1_1mmix}{bdm::mmix}
35\begin{CompactList}\small\item\em Mixture of mpdfs with constant weights, all mpdfs are of equal type. \item\end{CompactList}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.