root/doc/html/classmpdf.html @ 30

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

prelozitelna verze

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