root/doc/latex/index.tex @ 172

Revision 172, 1.9 kB (checked in by smidl, 16 years ago)

Latex doc

  • Property svn:eol-style set to native
Line 
1\begin{Desc}
2\item[Version:]0.1\end{Desc}
3\begin{Desc}
4\item[Author:]Vaclav Smidl\end{Desc}
5BDM is a collection of methods for selected tasks of Bayesian decision-making, such as estimation, filtering and control.\hypertarget{index_Approach}{}\section{Approach}\label{index_Approach}
6The toolbox is designed using two design criteria: \begin{itemize}
7\item relation to mathematics, \item efficient evaluation, while the first one is more important than the latter.\end{itemize}
8Hence, 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.\hypertarget{index_Methods}{}\section{Methods}\label{index_Methods}
9At present we support the following methods: \begin{itemize}
10\item Estimation: \hyperlink{classARX}{ARX} models \item Filtering: \hyperlink{classKalman}{Kalman} filtering, Extended Kalman filters (\hyperlink{classEKF}{EKF}), Particle filters (\hyperlink{classPF}{PF}), Marginalized Particle filters (\hyperlink{classMPF}{MPF}). \item Desing: None.\end{itemize}
11\hypertarget{index_Implementation}{}\section{Implementation}\label{index_Implementation}
12BDM is build on top of {\tt IT++} 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:
13
14\begin{itemize}
15\item computational speed comparable to built-in Matlab function, and surpassing interpreted Matlab in order of magnitudes, \item native support for object-oriented programming, \item support for templates which is often more appropriate than object-oriented programming, \item cross-platform compatibility. \end{itemize}
Note: See TracBrowser for help on using the browser.