Changeset 4
- Timestamp:
- 01/17/08 18:00:28 (17 years ago)
- Files:
-
- 1 added
- 14 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/annotated.html
r3 r4 16 16 <ul> 17 17 <li class="current"><a href="annotated.html"><span>Class List</span></a></li> 18 <li><a href="functions.html"><span>Class Members</span></a></li> 18 19 </ul> 19 20 </div> 20 21 <h1>mixpp Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table> 22 <tr><td class="indexkey"><a class="el" href="classBM.html">BM</a></td><td class="indexvalue">Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities </td></tr> 23 <tr><td class="indexkey"><a class="el" href="classepdf.html">epdf</a></td><td class="indexvalue">Probability density function with numerical statistics, e.g. posterior density </td></tr> 21 24 <tr><td class="indexkey"><a class="el" href="classfnc.html">fnc</a></td><td class="indexvalue">Class representing function of variables </td></tr> 25 <tr><td class="indexkey"><a class="el" href="classmpdf.html">mpdf</a></td><td class="indexvalue">Conditional probability density, e.g. modeling some dependencies </td></tr> 26 <tr><td class="indexkey"><a class="el" href="classRV.html">RV</a></td><td class="indexvalue">Class representing variables, most often random variables </td></tr> 22 27 </table> 23 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 28 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 24 29 <a href="http://www.doxygen.org/index.html"> 25 30 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/classfnc-members.html
r3 r4 16 16 <ul> 17 17 <li><a href="annotated.html"><span>Class List</span></a></li> 18 <li><a href="functions.html"><span>Class Members</span></a></li> 18 19 </ul> 19 20 </div> 20 21 <h1>fnc Member List</h1>This is the complete list of members for <a class="el" href="classfnc.html">fnc</a>, including all inherited members.<p><table> 21 </table><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 22 </table><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 22 23 <a href="http://www.doxygen.org/index.html"> 23 24 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/classfnc.html
r3 r4 16 16 <ul> 17 17 <li><a href="annotated.html"><span>Class List</span></a></li> 18 <li><a href="functions.html"><span>Class Members</span></a></li> 18 19 </ul> 19 20 </div> … … 31 32 Class representing function of variables. <hr>The documentation for this class was generated from the following file:<ul> 32 33 <li>work/mixpp/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 33 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 34 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 34 35 <a href="http://www.doxygen.org/index.html"> 35 36 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/files.html
r3 r4 17 17 <tr><td class="indexkey">work/mixpp/<a class="el" href="libDC_8cpp.html">libDC.cpp</a></td><td class="indexvalue">Matrices in decomposed forms (LDL', LU, UDU', etc) </td></tr> 18 18 </table> 19 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 19 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 20 20 <a href="http://www.doxygen.org/index.html"> 21 21 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/index.html
r3 r4 15 15 <h1>mixpp Documentation</h1> 16 16 <p> 17 <h3 align="center">1 </h3><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 17 <h3 align="center">1 </h3><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 18 18 <a href="http://www.doxygen.org/index.html"> 19 19 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/libBM_8h-source.html
r3 r4 22 22 <a name="l00019"></a>00019 <span class="keyword">using namespace </span>itpp; 23 23 <a name="l00020"></a>00020 24 <a name="l00021"></a>00021 <span class="keyword">class </span>RV { 25 <a name="l00022"></a>00022 <span class="keywordtype">int</span> len; 26 <a name="l00023"></a>00023 ivec ids; 27 <a name="l00024"></a>00024 ivec sizes; 28 <a name="l00025"></a>00025 ivec times; 29 <a name="l00026"></a>00026 ivec obs; 30 <a name="l00027"></a>00027 Array<std::string> names; 31 <a name="l00028"></a>00028 32 <a name="l00029"></a>00029 <span class="keyword">public</span>: 33 <a name="l00031"></a>00031 RV(ivec in_ids, Array<std::string> in_names, ivec in_sizes, ivec in_times, ivec in_obs); 34 <a name="l00033"></a>00033 RV(ivec ids); 35 <a name="l00034"></a>00034 <span class="keyword">friend</span> std::ostream &operator<<(std::ostream &os, <span class="keyword">const</span> RV &rv); 36 <a name="l00035"></a>00035 }; 37 <a name="l00036"></a>00036 24 <a name="l00022"></a><a class="code" href="classRV.html">00022</a> <span class="keyword">class </span><a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> { 25 <a name="l00023"></a>00023 <span class="keywordtype">int</span> len; 26 <a name="l00024"></a>00024 ivec ids; 27 <a name="l00025"></a>00025 ivec sizes; 28 <a name="l00026"></a>00026 ivec times; 29 <a name="l00027"></a>00027 ivec obs; 30 <a name="l00028"></a>00028 Array<std::string> names; 31 <a name="l00029"></a>00029 32 <a name="l00030"></a>00030 <span class="keyword">public</span>: 33 <a name="l00032"></a>00032 <a class="code" href="classRV.html#e46882dec2c30b12be282d34b03417b2" title="Full constructor which is called by the others.">RV</a>(ivec in_ids, Array<std::string> in_names, ivec in_sizes, ivec in_times, ivec in_obs); 34 <a name="l00034"></a>00034 <a class="code" href="classRV.html#e46882dec2c30b12be282d34b03417b2" title="Full constructor which is called by the others.">RV</a>(ivec ids); 35 <a name="l00035"></a>00035 <span class="keyword">friend</span> std::ostream &operator<<(std::ostream &os, <span class="keyword">const</span> <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> &rv); 36 <a name="l00036"></a>00036 }; 38 37 <a name="l00037"></a>00037 39 38 <a name="l00038"></a>00038 40 39 <a name="l00039"></a>00039 41 <a name="l0004 1"></a><a class="code" href="classfnc.html">00041</a> <span class="keyword">class </span><a class="code" href="classfnc.html" title="Class representing function of variables.">fnc</a> {42 <a name="l00042"></a> 00042 RV rv;43 <a name="l00043"></a>00043 };44 <a name="l00044"></a>00044 40 <a name="l00040"></a>00040 41 <a name="l00042"></a><a class="code" href="classfnc.html">00042</a> <span class="keyword">class </span><a class="code" href="classfnc.html" title="Class representing function of variables.">fnc</a> { 42 <a name="l00043"></a>00043 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv; 43 <a name="l00044"></a>00044 }; 45 44 <a name="l00045"></a>00045 46 <a name="l0004 6"></a>00046 <span class="keyword">class </span>BM{47 <a name="l0004 7"></a>00047<span class="keyword">public</span>:48 <a name="l000 49"></a>00049 <span class="keywordtype">void</span> bayes(vec dt);49 <a name="l0005 1"></a>00051 <span class="keyword">virtual</span> <span class="keywordtype">void</span> bayes(mat Dt);50 <a name="l0005 2"></a>00052};51 <a name="l0005 3"></a>0005352 <a name="l0005 4"></a>00054 <span class="keyword">class </span>epdf{53 <a name="l0005 5"></a>00055 RVrv;54 <a name="l0005 6"></a>00056<span class="keyword">public</span>:55 <a name="l000 58"></a>00058 <span class="keyword">virtual</span> vec moment(<span class="keyword">const</span> <span class="keywordtype">int</span> order = 1);56 <a name="l000 59"></a>00059};57 <a name="l0006 0"></a>0006058 <a name="l0006 1"></a>00061 <span class="keyword">class </span>mpdf{59 <a name="l0006 3"></a>00063 RVrv;60 <a name="l0006 5"></a>00065 RVrvc;61 <a name="l0006 6"></a>00066<span class="keyword">public</span>:62 <a name="l000 67"></a>0006763 <a name="l000 69"></a>00069 <span class="keyword">virtual</span> <a class="code" href="classfnc.html" title="Class representing function of variables.">fnc</a> moment(<span class="keyword">const</span> <span class="keywordtype">int</span> order = 1);64 <a name="l0007 0"></a>00070};65 <a name="l0007 1"></a>0007166 <a name="l0007 2"></a>00072<span class="preprocessor">#endif // BM_H</span>67 </pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 45 <a name="l00047"></a><a class="code" href="classBM.html">00047</a> <span class="keyword">class </span><a class="code" href="classBM.html" title="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities.">BM</a> { 46 <a name="l00048"></a>00048 <span class="keyword">public</span>: 47 <a name="l00050"></a>00050 <span class="keywordtype">void</span> <a class="code" href="classBM.html#c1b46da4abb4302ed57858558c90d641" title="Incremental Bayes rule.">bayes</a>(vec dt); 48 <a name="l00052"></a>00052 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBM.html#c1b46da4abb4302ed57858558c90d641" title="Incremental Bayes rule.">bayes</a>(mat Dt); 49 <a name="l00053"></a>00053 }; 50 <a name="l00054"></a>00054 51 <a name="l00056"></a><a class="code" href="classepdf.html">00056</a> <span class="keyword">class </span><a class="code" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> { 52 <a name="l00057"></a>00057 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv; 53 <a name="l00058"></a>00058 <span class="keyword">public</span>: 54 <a name="l00060"></a>00060 <span class="keyword">virtual</span> vec <a class="code" href="classepdf.html#545555f9d561555603911f7d3989611f" title="Returns the required moment of the epdf.">moment</a>(<span class="keyword">const</span> <span class="keywordtype">int</span> order = 1); 55 <a name="l00061"></a>00061 }; 56 <a name="l00062"></a>00062 57 <a name="l00064"></a><a class="code" href="classmpdf.html">00064</a> <span class="keyword">class </span><a class="code" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a> { 58 <a name="l00066"></a>00066 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rv; 59 <a name="l00068"></a>00068 <a class="code" href="classRV.html" title="Class representing variables, most often random variables.">RV</a> rvc; 60 <a name="l00069"></a>00069 <span class="keyword">public</span>: 61 <a name="l00070"></a>00070 62 <a name="l00072"></a>00072 <span class="keyword">virtual</span> <a class="code" href="classfnc.html" title="Class representing function of variables.">fnc</a> <a class="code" href="classmpdf.html#0863640c439869e8fbbbeb2bd8ea1fc0" title="Returns the required moment of the epdf.">moment</a>(<span class="keyword">const</span> <span class="keywordtype">int</span> order = 1); 63 <a name="l00073"></a>00073 }; 64 <a name="l00074"></a>00074 65 <a name="l00075"></a>00075 <span class="preprocessor">#endif // BM_H</span> 66 </pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 68 67 <a href="http://www.doxygen.org/index.html"> 69 68 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/libBM_8h.html
r3 r4 21 21 <tr><td></td></tr> 22 22 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 23 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom">< b>RV</b></td></tr>23 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classRV.html">RV</a></td></tr> 24 24 25 <tr><td class="mdescLeft"> </td><td class="mdescRight">Class representing variables, most often random variables. <a href="classRV.html#_details">More...</a><br></td></tr> 25 26 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html">fnc</a></td></tr> 26 27 27 28 <tr><td class="mdescLeft"> </td><td class="mdescRight">Class representing function of variables. <a href="classfnc.html#_details">More...</a><br></td></tr> 28 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom">< b>BM</b></td></tr>29 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classBM.html">BM</a></td></tr> 29 30 30 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>epdf</b></td></tr> 31 <tr><td class="mdescLeft"> </td><td class="mdescRight">Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. <a href="classBM.html#_details">More...</a><br></td></tr> 32 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classepdf.html">epdf</a></td></tr> 31 33 32 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>mpdf</b></td></tr> 34 <tr><td class="mdescLeft"> </td><td class="mdescRight">Probability density function with numerical statistics, e.g. posterior density. <a href="classepdf.html#_details">More...</a><br></td></tr> 35 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classmpdf.html">mpdf</a></td></tr> 33 36 37 <tr><td class="mdescLeft"> </td><td class="mdescRight">Conditional probability density, e.g. modeling some dependencies. <a href="classmpdf.html#_details">More...</a><br></td></tr> 34 38 </table> 35 39 <hr><a name="_details"></a><h2>Detailed Description</h2> … … 38 42 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 39 43 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 40 Using IT++ for numerical operations ----------------------------------- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 44 Using IT++ for numerical operations ----------------------------------- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 41 45 <a href="http://www.doxygen.org/index.html"> 42 46 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/html/libDC_8cpp.html
r3 r4 27 27 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 28 28 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 29 Using IT++ for numerical operations ----------------------------------- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 1 7:26:442008 for mixpp by 29 Using IT++ for numerical operations ----------------------------------- <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 17 18:00:29 2008 for mixpp by 30 30 <a href="http://www.doxygen.org/index.html"> 31 31 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> -
doc/latex/annotated.tex
r3 r4 1 1 \section{mixpp Class List} 2 2 Here are the classes, structs, unions and interfaces with brief descriptions:\begin{CompactList} 3 \item\contentsline{section}{{\bf BM} (Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities )}{\pageref{classBM}}{} 4 \item\contentsline{section}{{\bf epdf} (Probability density function with numerical statistics, e.g. posterior density )}{\pageref{classepdf}}{} 3 5 \item\contentsline{section}{{\bf fnc} (Class representing function of variables )}{\pageref{classfnc}}{} 6 \item\contentsline{section}{{\bf mpdf} (Conditional probability density, e.g. modeling some dependencies )}{\pageref{classmpdf}}{} 7 \item\contentsline{section}{{\bf RV} (Class representing variables, most often random variables )}{\pageref{classRV}}{} 4 8 \end{CompactList} -
doc/latex/doxygen.sty
r3 r4 11 11 \rhead[\fancyplain{}{\bfseries\leftmark}] 12 12 {\fancyplain{}{\bfseries\thepage}} 13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 1 7:26:442008 for mixpp by Doxygen }]{}14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 1 7:26:442008 for mixpp by Doxygen }}13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 18:00:29 2008 for mixpp by Doxygen }]{} 14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 18:00:29 2008 for mixpp by Doxygen }} 15 15 \cfoot{} 16 16 \newenvironment{Code} -
doc/latex/libBM_8h.tex
r3 r4 7 7 \begin{CompactItemize} 8 8 \item 9 class \textbf{RV}10 \ item9 class {\bf RV} 10 \begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item 11 11 class {\bf fnc} 12 12 \begin{CompactList}\small\item\em Class representing function of variables. \item\end{CompactList}\item 13 class \textbf{BM}14 \ item15 class \textbf{epdf}16 \ item17 class \textbf{mpdf}18 \ end{CompactItemize}13 class {\bf BM} 14 \begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item 15 class {\bf epdf} 16 \begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item 17 class {\bf mpdf} 18 \begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\end{CompactItemize} 19 19 20 20 -
doc/latex/refman.tex
r3 r4 21 21 {\large Generated by Doxygen 1.5.3}\\ 22 22 \vspace*{0.5cm} 23 {\small Thu Jan 17 1 7:26:442008}\\23 {\small Thu Jan 17 18:00:29 2008}\\ 24 24 \end{center} 25 25 \end{titlepage} … … 34 34 \input{files} 35 35 \chapter{mixpp Class Documentation} 36 \input{classfnc} 36 \input{classBM} 37 \include{classepdf} 38 \include{classfnc} 39 \include{classmpdf} 40 \include{classRV} 37 41 \chapter{mixpp File Documentation} 38 42 \input{libBM_8h} -
libBM.h
r2 r4 19 19 using namespace itpp; 20 20 21 //! Class representing variables, most often random variables 21 22 class RV { 22 23 int len; … … 43 44 }; 44 45 45 46 //! Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. 46 47 class BM { 47 48 public: … … 52 53 }; 53 54 55 //! Probability density function with numerical statistics, e.g. posterior density. 54 56 class epdf { 55 57 RV rv; … … 59 61 }; 60 62 63 //! Conditional probability density, e.g. modeling some dependencies. 61 64 class mpdf { 62 65 //! modeled random variable -
mixpp.kdevelop.filelist
r3 r4 1 1 # KDevelop Custom Project File List 2 2 Makefile 3 arx.cpp 3 doc 4 doc/latex 5 doc/latex/Makefile 4 6 libBM.cpp 5 7 libBM.h