root/doc/html/emix_8h.html @ 234

Revision 234, 5.6 kB (checked in by smidl, 15 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: work/git/mixpp/bdm/stat/emix.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="modules.html"><span>Modules</span></a></li>
14      <li><a href="annotated.html"><span>Classes</span></a></li>
15      <li class="current"><a href="files.html"><span>Files</span></a></li>
16    </ul>
17  </div>
18</div>
19<div class="contents">
20<h1>work/git/mixpp/bdm/stat/emix.h File Reference</h1>Probability distributions for Mixtures of pdfs. <a href="#_details">More...</a>
21<p>
22<code>#include &quot;<a class="el" href="libBM_8h-source.html">libBM.h</a>&quot;</code><br>
23<code>#include &quot;<a class="el" href="libEF_8h-source.html">libEF.h</a>&quot;</code><br>
24
25<p>
26<div class="dynheader">
27Include dependency graph for emix.h:</div>
28<div class="dynsection">
29<p><center><img src="emix_8h__incl.png" border="0" usemap="#work/git/mixpp/bdm/stat/emix.h_map" alt=""></center>
30<map name="work/git/mixpp/bdm/stat/emix.h_map">
31<area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="47,161,113,188"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="121,84,180,111"><area shape="rect" href="itpp__ext_8h-source.html" title="../itpp_ext.h" alt="" coords="115,239,211,265"><area shape="rect" href="libDC_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="188,161,303,188"></map>
32</div>
33
34<p>
35<div class="dynheader">
36This graph shows which files directly or indirectly include this file:</div>
37<div class="dynsection">
38<p><center><img src="emix_8h__dep__incl.png" border="0" usemap="#work/git/mixpp/bdm/stat/emix.hdep_map" alt=""></center>
39<map name="work/git/mixpp/bdm/stat/emix.hdep_map">
40<area shape="rect" href="mixef_8h.html" title="Bayesian Filtering for mixtures of exponential family (EF) members." alt="" coords="12,84,247,111"><area shape="rect" href="pmsm__mix_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="271,84,529,111"><area shape="rect" href="merger_8h.html" title="Mergers for combination of pdfs." alt="" coords="5,161,253,188"></map>
41</div>
42
43<p>
44<a href="emix_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
45<tr><td></td></tr>
46<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
47<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmratio.html">mratio</a></td></tr>
48
49<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class representing ratio of two densities which arise e.g. by applying the Bayes rule. It represents density in the form: <p class="formulaDsp">
50<img class="formulaDsp" alt="\[ f(rv|rvc) = \frac{f(rv,rvc)}{f(rvc)} \]" src="form_79.png">
51<p>
52 where <img class="formulaInl" alt="$ f(rvc) = \int f(rv,rvc) d\ rv $" src="form_80.png"><a href="classmratio.html#_details">More...</a><br></td></tr>
53<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classemix.html">emix</a></td></tr>
54
55<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Mixture of epdfs.  <a href="classemix.html#_details">More...</a><br></td></tr>
56<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmprod.html">mprod</a></td></tr>
57
58<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Chain rule decomposition of <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a><a href="classmprod.html#_details">More...</a><br></td></tr>
59<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classeprod.html">eprod</a></td></tr>
60
61<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Product of independent epdfs. For dependent pdfs, use <a class="el" href="classmprod.html" title="Chain rule decomposition of epdf.">mprod</a><a href="classeprod.html#_details">More...</a><br></td></tr>
62<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmmix.html">mmix</a></td></tr>
63
64<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Mixture of mpdfs with constant weights, all mpdfs are of equal type.  <a href="classmmix.html#_details">More...</a><br></td></tr>
65</table>
66<hr><a name="_details"></a><h2>Detailed Description</h2>
67Probability distributions for Mixtures of pdfs.
68<p>
69<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
70----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
71Using IT++ for numerical operations ----------------------------------- </div>
72<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 15 10:50:37 2009 for mixpp by&nbsp;
73<a href="http://www.doxygen.org/index.html">
74<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
75</body>
76</html>
Note: See TracBrowser for help on using the browser.