root/doc/html/classmpdf.html @ 22

Revision 22, 4.9 kB (checked in by smidl, 16 years ago)

upravy Kalmana

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: mpdf Class 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.3 -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
12    <li><a href="files.html"><span>Files</span></a></li>
13  </ul>
14</div>
15<div class="tabs">
16  <ul>
17    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
18    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
19    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
20  </ul>
21</div>
22<h1>mpdf Class Reference</h1><!-- doxytag: class="mpdf" -->Conditional probability density, e.g. modeling some dependencies. 
23<a href="#_details">More...</a>
24<p>
25<code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code>
26<p>
27<div class="dynheader">
28Inheritance diagram for mpdf:</div>
29<div class="dynsection">
30<p><center><img src="classmpdf__inherit__graph.png" border="0" usemap="#mpdf__inherit__map" alt="Inheritance graph"></center>
31<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
32<div class="dynheader">
33Collaboration diagram for mpdf:</div>
34<div class="dynsection">
35<p><center><img src="classmpdf__coll__graph.png" border="0" usemap="#mpdf__coll__map" alt="Collaboration graph"></center>
36<map name="mpdf__coll__map">
37<area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="15,7,52,33"><area shape="rect" title="rv\nrvc" alt="" coords="29,31,37,39"><area shape="rect" title="rv\nrvc" alt="" coords="29,115,37,123"></map>
38<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
39
40<p>
41<a href="classmpdf-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
42<tr><td></td></tr>
43<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
44<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#c20c796f8d0a201f0897299150e45a41">samplecond</a> (vec &amp;cond, double lik)</td></tr>
45
46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a><a href="#c20c796f8d0a201f0897299150e45a41"></a><br></td></tr>
47<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cfb3dffef7c03598622e414668bb0588"></a><!-- doxytag: member="mpdf::condition" ref="cfb3dffef7c03598622e414668bb0588" args="(vec &amp;cond)" -->
48virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>condition</b> (vec &amp;cond)</td></tr>
49
50</table>
51<hr><a name="_details"></a><h2>Detailed Description</h2>
52Conditional probability density, e.g. modeling some dependencies. <hr><h2>Member Function Documentation</h2>
53<a class="anchor" name="c20c796f8d0a201f0897299150e45a41"></a><!-- doxytag: member="mpdf::samplecond" ref="c20c796f8d0a201f0897299150e45a41" args="(vec &amp;cond, double lik)" -->
54<div class="memitem">
55<div class="memproto">
56      <table class="memname">
57        <tr>
58          <td class="memname">virtual vec mpdf::samplecond           </td>
59          <td>(</td>
60          <td class="paramtype">vec &amp;&nbsp;</td>
61          <td class="paramname"> <em>cond</em>, </td>
62        </tr>
63        <tr>
64          <td class="paramkey"></td>
65          <td></td>
66          <td class="paramtype">double&nbsp;</td>
67          <td class="paramname"> <em>lik</em></td><td>&nbsp;</td>
68        </tr>
69        <tr>
70          <td></td>
71          <td>)</td>
72          <td></td><td></td><td width="100%"><code> [inline, virtual]</code></td>
73        </tr>
74      </table>
75</div>
76<div class="memdoc">
77
78<p>
79Returns the required moment of the <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>.
80<p>
81Returns a sample from the density conditioned on <code>cond</code>, $x  <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a>(rv|cond)$
82</div>
83</div><p>
84<hr>The documentation for this class was generated from the following file:<ul>
85<li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul>
86<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 17 16:14:21 2008 for mixpp by&nbsp;
87<a href="http://www.doxygen.org/index.html">
88<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
89</body>
90</html>
Note: See TracBrowser for help on using the browser.