Changeset 651 for library/doc/html/main.html
- Timestamp:
- 10/12/09 13:49:39 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/main.html
r641 r651 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 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"> 5 3 <title>mixpp: Bayesian Decision-Making toolbox for C++</title> 6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 8 </head> 9 <body> 10 <!-- Generated by Doxygen 1.6.1 --> 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 </head><body> 7 <!-- Generated by Doxygen 1.5.9 --> 11 8 <script type="text/javascript"> 12 9 <!-- … … 61 58 </div> 62 59 <div class="contents"> 63 <h1>Bayesian Decision-Making toolbox for C++</h1><h3>1 </h3><dl class="version"><dt><b>Version:</b></dt><dd>0.1</dd></dl> 64 <dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Smidl</dd></dl> 65 <p>BDM is a collection of methods for selected tasks of Bayesian decision-making, such as estimation, filtering and control.</p> 66 <h2><a class="anchor" id="fea"> 60 <h1>Bayesian Decision-Making toolbox for C++</h1> 61 <p> 62 <h3 align="center">1 </h3><dl class="version" compact><dt><b>Version:</b></dt><dd>0.1</dd></dl> 63 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl</dd></dl> 64 BDM is a collection of methods for selected tasks of Bayesian decision-making, such as estimation, filtering and control.<h2><a class="anchor" name="fea"> 67 65 Features</a></h2> 68 <p>At present the following algorithms are implemented:</p> 66 At present the following algorithms are implemented:<ul> 67 <li><b>Bayesian</b> <b>filtering</b> : Kalman filter, EKF, patricle filter (PF),<ul> 68 <li>these can be combined mutualy together in mode demanding schemes, see marginalized particle filter MPF</li></ul> 69 </li></ul> 70 <p> 69 71 <ul> 70 <li><b>Bayesian</b> <b>filtering</b> : Kalman filter, EKF, patricle filter (PF),<ul> 71 <li>these can be combined mutualy together in mode demanding schemes, see marginalized particle filter MPF</li> 72 </ul> 73 </li> 74 </ul> 75 <ul> 76 <li><b>Classification</b> using mixtures of exponential famiuly models (MixEF),</li> 77 <li><b>Density</b> <b>estimation</b> : using mixtures (MixEF), density composition (merger)</li> 78 </ul> 79 <h2><a class="anchor" id="down"> 72 <li><b>Classification</b> using mixtures of exponential famiuly models (MixEF),</li><li><b>Density</b> <b>estimation</b> : using mixtures (MixEF), density composition (merger)</li></ul> 73 <h2><a class="anchor" name="down"> 80 74 Download and Use</a></h2> 81 <p>The library is available under GPL, see installation instructions on page <a class="el" href="install.html">BDM Use - Installation</a></p> 82 <p>Precompiled Mex files for use within Matlab are available <a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></p> 83 <h2><a class="anchor" id="app"> 75 The library is available under GPL, see installation instructions on page <a class="el" href="install.html">BDM Use - Installation</a><p> 76 Precompiled Mex files for use within Matlab are available <a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a><h2><a class="anchor" name="app"> 84 77 Design Approach</a></h2> 85 <p>The toolbox is designed using <b>object-oriented</b> approach with two design criteria: </p> 86 <ul> 78 The toolbox is designed using <b>object-oriented</b> approach with two design criteria: <ul> 87 79 <li>relation to mathematics, </li> 88 80 <li>efficient evaluation, while the first one is more important than the latter.</li> 89 81 </ul> 90 <p>Hence, each mathematical object such as probability density is represented by one software object. The resulting algorithms are then implemented as operations on these objects. In cases when more efficient solution can be achived when this structure is not respected, a parallel implementation is created and clearly marked as specific.</p> 91 <p>OpenMP is used to achive efficient implementation on parallel architectures.</p> 92 <h2><a class="anchor" id="impl"> 82 Hence, each mathematical object such as probability density is represented by one software object. The resulting algorithms are then implemented as operations on these objects. In cases when more efficient solution can be achived when this structure is not respected, a parallel implementation is created and clearly marked as specific.<p> 83 OpenMP is used to achive efficient implementation on parallel architectures.<h2><a class="anchor" name="impl"> 93 84 Implementation</a></h2> 94 <p>BDM is build on top of <code>IT++</code> which wraps numerically efficient operations of linear algebra into easy to use C++ classes. Thanks to this excellent library, writing of numerical algorithms is as easy as in Matlab but we gain significant advantages:</p>85 BDM is build on top of <code>IT++</code> which wraps numerically efficient operations of linear algebra into easy to use C++ classes. Thanks to this excellent library, writing of numerical algorithms is as easy as in Matlab but we gain significant advantages:<p> 95 86 <ul> 96 87 <li>computational speed comparable to built-in Matlab function, and surpassing interpreted Matlab in order of magnitudes, </li> … … 100 91 </ul> 101 92 </div> 102 <hr size="1" /><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:042009 for mixpp by 93 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:42 2009 for mixpp by 103 94 <a href="http://www.doxygen.org/index.html"> 104 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1</small></address>95 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 105 96 </body> 106 97 </html>