root/doc/html/libBM_8h.html @ 93

Revision 91, 6.0 kB (checked in by smidl, 16 years ago)

drobnosti a dokumentace

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/mixpp/bdm/stat/libBM.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.5 -->
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="annotated.html"><span>Classes</span></a></li>
14      <li class="current"><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17</div>
18<div class="contents">
19<h1>work/mixpp/bdm/stat/libBM.h File Reference</h1>Bayesian Models (bm) that use Bayes rule to learn from observations. <a href="#_details">More...</a>
20<p>
21<code>#include &lt;itpp/itbase.h&gt;</code><br>
22
23<p>
24<div class="dynheader">
25Include dependency graph for libBM.h:</div>
26<div class="dynsection">
27<p><center><img src="libBM_8h__incl.png" border="0" usemap="#work/mixpp/bdm/stat/libBM.h_map" alt=""></center>
28</div>
29
30<p>
31<div class="dynheader">
32This graph shows which files directly or indirectly include this file:</div>
33<div class="dynsection">
34<p><center><img src="libBM_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/stat/libBM.hdep_map" alt=""></center>
35<map name="work/mixpp/bdm/stat/libBM.hdep_map">
36<area shape="rect" href="libFN_8h&#45;source.html" title="work/mixpp/bdm/stat/libFN.h" alt="" coords="107,81,293,105"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="317,81,504,105"><area shape="rect" href="arx_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="528,81,704,105"><area shape="rect" href="libDS_8h.html" title="Common DataSources." alt="" coords="728,81,915,105"><area shape="rect" href="loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="939,81,1139,105"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="208,156,403,180"><area shape="rect" href="pmsm_8h&#45;source.html" title="work/mixpp/pmsm/pmsm.h" alt="" coords="5,156,184,180"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="121,230,489,254"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="427,156,621,180"></map>
37</div>
38
39<p>
40<a href="libBM_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
41<tr><td></td></tr>
42<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
43<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRV.html">RV</a></td></tr>
44
45<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class representing variables, most often random variables.  <a href="classRV.html#_details">More...</a><br></td></tr>
46<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html">fnc</a></td></tr>
47
48<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class representing function <img class="formulaInl" alt="$f(x)$" src="form_35.png"> of variable <img class="formulaInl" alt="$x$" src="form_28.png"> represented by <code>rv</code><a href="classfnc.html#_details">More...</a><br></td></tr>
49<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html">epdf</a></td></tr>
50
51<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Probability density function with numerical statistics, e.g. posterior density.  <a href="classepdf.html#_details">More...</a><br></td></tr>
52<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html">mpdf</a></td></tr>
53
54<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Conditional probability density, e.g. modeling some dependencies.  <a href="classmpdf.html#_details">More...</a><br></td></tr>
55<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDS.html">DS</a></td></tr>
56
57<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Abstract class for discrete-time sources of data.  <a href="classDS.html#_details">More...</a><br></td></tr>
58<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html">BM</a></td></tr>
59
60<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.  <a href="classBM.html#_details">More...</a><br></td></tr>
61<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBMcond.html">BMcond</a></td></tr>
62
63<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Conditional Bayesian Filter.  <a href="classBMcond.html#_details">More...</a><br></td></tr>
64</table>
65<hr><a name="_details"></a><h2>Detailed Description</h2>
66Bayesian Models (bm) that use Bayes rule to learn from observations.
67<p>
68<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
69----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
70Using IT++ for numerical operations ----------------------------------- </div>
71<hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:31 2008 for mixpp by&nbsp;
72<a href="http://www.doxygen.org/index.html">
73<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
74</body>
75</html>
Note: See TracBrowser for help on using the browser.