root/doc/latex/classenorm.tex @ 140

Revision 140, 5.3 kB (checked in by smidl, 16 years ago)

Latex doc

  • Property svn:eol-style set to native
Line 
1\section{enorm$<$ sq\_\-T $>$ Class Template Reference}
2\label{classenorm}\index{enorm@{enorm}}
3Gaussian density with positive definite (decomposed) covariance matrix. 
4
5
6{\tt \#include $<$libEF.h$>$}
7
8Inheritance diagram for enorm$<$ sq\_\-T $>$:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=171pt]{classenorm__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for enorm$<$ sq\_\-T $>$:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=69pt]{classenorm__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25{\bf enorm} ({\bf RV} \&{\bf rv})\label{classenorm_7b5cb487a2570e8109bfdc0df149aa06}
26
27\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 
28void {\bf set\_\-parameters} (const vec \&{\bf mu}, const sq\_\-T \&{\bf R})\label{classenorm_1394a65caa6e00d42e00cc99b12227af}
29
30\begin{CompactList}\small\item\em Set mean value {\tt mu} and covariance {\tt R}. \item\end{CompactList}\item 
31void {\bf tupdate} (double phi, mat \&vbar, double nubar)\label{classenorm_5b5fd142b6b17ea334597960e3fe126a}
32
33\begin{CompactList}\small\item\em tupdate in exponential form (not really handy) \item\end{CompactList}\item 
34void {\bf dupdate} (mat \&v, double nu=1.0)\label{classenorm_5bf185e31e5954fceb90ada3debd2ff2}
35
36\begin{CompactList}\small\item\em dupdate in exponential form (not really handy) \item\end{CompactList}\item 
37vec {\bf sample} () const
38\begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 
39mat {\bf sample} (int N) const \label{classenorm_60f0f3bfa53d6e65843eea9532b16d36}
40
41\begin{CompactList}\small\item\em TODO is it used? \item\end{CompactList}\item 
42double {\bf eval} (const vec \&val) const \label{classenorm_b9e1dfd33692d7b3f1a59f17b0e61bd0}
43
44\begin{CompactList}\small\item\em Compute probability of argument {\tt val}. \item\end{CompactList}\item 
45double {\bf evalpdflog} (const vec \&val) const \label{classenorm_609a7c33dbb4fdfab050f3bdd1122401}
46
47\begin{CompactList}\small\item\em Compute log-probability of argument {\tt val}. \item\end{CompactList}\item 
48double {\bf lognc} () const \label{classenorm_b289a36a69db59d182bb6eba9c05d4a8}
49
50\begin{CompactList}\small\item\em logarithm of the normalizing constant, $\mathcal{I}$ \item\end{CompactList}\item 
51vec {\bf mean} () const \label{classenorm_50fa84da7bae02f7af17a98f37566899}
52
53\begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item 
54vec \& {\bf \_\-mu} ()\label{classenorm_0b8cb284e5af920a1b64a21d057ec5ac}
55
56\begin{CompactList}\small\item\em returns a pointer to the internal mean value. Use with Care! \item\end{CompactList}\item 
57void {\bf set\_\-mu} (const vec mu0)\label{classenorm_d892a38f03be12e572ea57d9689cef6b}
58
59\begin{CompactList}\small\item\em access function \item\end{CompactList}\item 
60sq\_\-T \& {\bf \_\-R} ()\label{classenorm_7a5034b25771a84450a990d10fc40ac9}
61
62\begin{CompactList}\small\item\em returns pointers to the internal variance and its inverse. Use with Care! \item\end{CompactList}\item 
63mat {\bf getR} ()\label{classenorm_9b9f58dc86affa23511c246887420658}
64
65\begin{CompactList}\small\item\em access method \item\end{CompactList}\item 
66virtual mat {\bf sampleN} (int N) const \label{classepdf_54d7dd53a641b618771cd9bee135181f}
67
68\begin{CompactList}\small\item\em Returns N samples from density $epdf(rv)$. \item\end{CompactList}\item 
69{\bf RV} {\bf \_\-rv} () const \label{classepdf_b89143f12c9b49282e30841e4fb5f337}
70
71\begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize}
72\subsection*{Protected Attributes}
73\begin{CompactItemize}
74\item 
75vec {\bf mu}\label{classenorm_71fde0d54bba147e00f612577f95ad20}
76
77\begin{CompactList}\small\item\em mean value \item\end{CompactList}\item 
78sq\_\-T {\bf R}\label{classenorm_4ccc8d8514d644ef1c98d8ab023748a1}
79
80\begin{CompactList}\small\item\em Covariance matrix in decomposed form. \item\end{CompactList}\item 
81int {\bf dim}\label{classenorm_6938fc390a19cdaf6ad4503fcbaada4e}
82
83\begin{CompactList}\small\item\em dimension (redundant from rv.count() for easier coding ) \item\end{CompactList}\item 
84{\bf RV} {\bf rv}\label{classepdf_74da992e3f5d598da8850b646b79b9d9}
85
86\begin{CompactList}\small\item\em Identified of the random variable. \item\end{CompactList}\end{CompactItemize}
87
88
89\subsection{Detailed Description}
90\subsubsection*{template$<$class sq\_\-T$>$ class enorm$<$ sq\_\-T $>$}
91
92Gaussian density with positive definite (decomposed) covariance matrix.
93
94More?...
95
96\subsection{Member Function Documentation}
97\index{enorm@{enorm}!sample@{sample}}
98\index{sample@{sample}!enorm@{enorm}}
99\subsubsection[sample]{\setlength{\rightskip}{0pt plus 5cm}template$<$class sq\_\-T$>$ vec {\bf enorm}$<$ sq\_\-T $>$::sample () const\hspace{0.3cm}{\tt  [inline, virtual]}}\label{classenorm_60b47544f6181ffd4530d3e415ce12c5}
100
101
102Returns the required moment of the \doxyref{epdf}{p.}{classepdf}.
103
104Returns a sample, $x$ from density $epdf(rv)$ 
105
106Implements {\bf epdf} \doxyref{}{p.}{classepdf_8019654e494bf5e458f6fb947e11b262}.
107
108References enorm$<$ sq\_\-T $>$::dim, enorm$<$ sq\_\-T $>$::mu, and enorm$<$ sq\_\-T $>$::R.
109
110The documentation for this class was generated from the following file:\begin{CompactItemize}
111\item 
112work/mixpp/bdm/stat/{\bf libEF.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.