Changeset 397 for library/doc/html/particles_8h.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/particles_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: particles.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>particles.h File Reference</h1>Bayesian Filtering using stochastic sampling (Particle Filters). 68 68 <a href="#_details">More...</a> 69 69 <p> 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> 70 <code>#include "<a class="el" href="exp__family_8h-source.html">../stat/exp_family.h</a>"</code><br> 73 71 74 72 <p> 75 <a href=" arx_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">73 <a href="particles_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 76 74 <tr><td></td></tr> 77 75 <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>76 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1PF.html">bdm::PF</a></td></tr> 79 77 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> 78 <tr><td class="mdescLeft"> </td><td class="mdescRight">Trivial particle filter with proposal density equal to parameter evolution model. <a href="classbdm_1_1PF.html#_details">More...</a><br></td></tr> 79 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1MPF.html">bdm::MPF< BM_T ></a></td></tr> 84 80 81 <tr><td class="mdescLeft"> </td><td class="mdescRight">Marginalized Particle filter. <a href="classbdm_1_1MPF.html#_details">More...</a><br></td></tr> 82 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>bdm::MPF< BM_T >::MPF::mpfepdf</b></td></tr> 83 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">internal class for MPDF providing composition of <a class="el" href="classbdm_1_1eEmp.html" title="Weighted empirical density.">eEmp</a> with external components <br></td></tr> 85 85 </table> 86 <hr>< h2>Detailed Description</h2>87 Bayesian Filtering for generalized autoregressive (ARX) model.86 <hr><a name="_details"></a><h2>Detailed Description</h2> 87 Bayesian Filtering using stochastic sampling (Particle Filters). 88 88 <p> 89 89 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 90 90 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 91 91 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 92 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:50 2009 for mixpp by 93 93 <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>94 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 95 95 </body> 96 96 </html>