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
RevLine 
[172]1\hypertarget{emix_8h}{
[261]2\section{emix.h File Reference}
3\label{emix_8h}\index{emix.h@{emix.h}}
[172]4}
[106]5
6
[270]7\subsection{Detailed Description}
8Probability distributions for Mixtures of pdfs.
[106]9
[270]10\begin{Desc}
11\item[Author:]Vaclav Smidl.\end{Desc}
12----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
[140]13
[270]14Using IT++ for numerical operations -----------------------------------
[140]15
[270]16{\tt \#include \char`\"{}libBM.h\char`\"{}}\par
17{\tt \#include \char`\"{}libEF.h\char`\"{}}\par
[255]18\subsection*{Namespaces}
19\begin{CompactItemize}
20\item 
[261]21namespace \hyperlink{namespacebdm}{bdm}
[255]22\end{CompactItemize}
[106]23\subsection*{Classes}
24\begin{CompactItemize}
25\item 
[255]26class \hyperlink{classbdm_1_1mratio}{bdm::mratio}
[210]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 
[255]28class \hyperlink{classbdm_1_1emix}{bdm::emix}
[140]29\begin{CompactList}\small\item\em Mixture of epdfs. \item\end{CompactList}\item 
[255]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}
[162]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.