Changeset 397 for library/doc/html/mixtures_8h.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/mixtures_8h.html
r396 r397 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>mixpp: arx.h File Reference</title>3 <title>mixpp: mixtures.h File Reference</title> 4 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 9-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 65 65 </div> 66 66 <div class="contents"> 67 <h1> arx.h File Reference</h1>Bayesian Filtering for generalized autoregressive (ARX) model.67 <h1>mixtures.h File Reference</h1>Bayesian Filtering for mixtures of exponential family (EF) members. 68 68 <a href="#_details">More...</a> 69 69 <p> 70 70 <code>#include "../math/functions.h"</code><br> 71 <code>#include "<a class="el" href="exp__family_8h _source.html">../stat/exp_family.h</a>"</code><br>72 <code>#include "<a class="el" href=" user__info_8h_source.html">../base/user_info.h</a>"</code><br>71 <code>#include "<a class="el" href="exp__family_8h-source.html">../stat/exp_family.h</a>"</code><br> 72 <code>#include "<a class="el" href="emix_8h-source.html">../stat/emix.h</a>"</code><br> 73 73 74 74 <p> 75 <a href=" arx_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">75 <a href="mixtures_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 76 76 <tr><td></td></tr> 77 77 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1 ARX.html">bdm::ARX</a></td></tr>78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1MixEF.html">bdm::MixEF</a></td></tr> 79 79 80 <tr><td class="mdescLeft"> </td><td class="mdescRight">Linear Autoregressive model with Gaussian noise. <a href="classbdm_1_1ARX.html#_details">More...</a><br></td></tr> 81 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> 82 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="79c0d7524ed4b24beacab63ac1e455e3"></a><!-- doxytag: member="arx.h::UIREGISTER" ref="79c0d7524ed4b24beacab63ac1e455e3" args="(ARX)" --> 83 </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (ARX)</td></tr> 80 <tr><td class="mdescLeft"> </td><td class="mdescRight">Mixture of Exponential Family Densities. <a href="classbdm_1_1MixEF.html#_details">More...</a><br></td></tr> 81 <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> 82 <tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b>MixEF_METHOD</b> { <b>EM</b> = 0, 83 <b>QB</b> = 1 84 }</td></tr> 84 85 85 86 </table> 86 <hr>< h2>Detailed Description</h2>87 Bayesian Filtering for generalized autoregressive (ARX) model.87 <hr><a name="_details"></a><h2>Detailed Description</h2> 88 Bayesian Filtering for mixtures of exponential family (EF) members. 88 89 <p> 89 90 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 90 91 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 91 92 Using IT++ for numerical operations ----------------------------------- </div> 92 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:462009 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:50 2009 for mixpp by 93 94 <a href="http://www.doxygen.org/index.html"> 94 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 9</small></address>95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 95 96 </body> 96 97 </html>