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 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 List</span></a></li> |
---|
18 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
19 | <li><a href="functions.html"><span>Class 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 <<a class="el" href="libBM_8h-source.html">libBM.h</a>></code> |
---|
26 | <p> |
---|
27 | Inherited by mEF. |
---|
28 | <p> |
---|
29 | |
---|
30 | <p> |
---|
31 | <a href="classmpdf-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
32 | <tr><td></td></tr> |
---|
33 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
34 | <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html#c20c796f8d0a201f0897299150e45a41">samplecond</a> (vec &cond, double lik)</td></tr> |
---|
35 | |
---|
36 | <tr><td class="mdescLeft"> </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> |
---|
37 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cfb3dffef7c03598622e414668bb0588"></a><!-- doxytag: member="mpdf::condition" ref="cfb3dffef7c03598622e414668bb0588" args="(vec &cond)" --> |
---|
38 | virtual void </td><td class="memItemRight" valign="bottom"><b>condition</b> (vec &cond)</td></tr> |
---|
39 | |
---|
40 | </table> |
---|
41 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
42 | Conditional probability density, e.g. modeling some dependencies. <hr><h2>Member Function Documentation</h2> |
---|
43 | <a class="anchor" name="c20c796f8d0a201f0897299150e45a41"></a><!-- doxytag: member="mpdf::samplecond" ref="c20c796f8d0a201f0897299150e45a41" args="(vec &cond, double lik)" --> |
---|
44 | <div class="memitem"> |
---|
45 | <div class="memproto"> |
---|
46 | <table class="memname"> |
---|
47 | <tr> |
---|
48 | <td class="memname">virtual vec mpdf::samplecond </td> |
---|
49 | <td>(</td> |
---|
50 | <td class="paramtype">vec & </td> |
---|
51 | <td class="paramname"> <em>cond</em>, </td> |
---|
52 | </tr> |
---|
53 | <tr> |
---|
54 | <td class="paramkey"></td> |
---|
55 | <td></td> |
---|
56 | <td class="paramtype">double </td> |
---|
57 | <td class="paramname"> <em>lik</em></td><td> </td> |
---|
58 | </tr> |
---|
59 | <tr> |
---|
60 | <td></td> |
---|
61 | <td>)</td> |
---|
62 | <td></td><td></td><td width="100%"><code> [inline, virtual]</code></td> |
---|
63 | </tr> |
---|
64 | </table> |
---|
65 | </div> |
---|
66 | <div class="memdoc"> |
---|
67 | |
---|
68 | <p> |
---|
69 | 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>. |
---|
70 | <p> |
---|
71 | Returns 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)$ |
---|
72 | </div> |
---|
73 | </div><p> |
---|
74 | <hr>The documentation for this class was generated from the following file:<ul> |
---|
75 | <li>work/mixpp/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> |
---|
76 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jan 23 11:30:12 2008 for mixpp by |
---|
77 | <a href="http://www.doxygen.org/index.html"> |
---|
78 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
---|
79 | </body> |
---|
80 | </html> |
---|