1 | \section{mEF Class Reference} |
---|
2 | \label{classmEF}\index{mEF@{mEF}} |
---|
3 | Exponential family model. |
---|
4 | |
---|
5 | |
---|
6 | {\tt \#include $<$libEF.h$>$} |
---|
7 | |
---|
8 | Inheritance diagram for mEF:\nopagebreak |
---|
9 | \begin{figure}[H] |
---|
10 | \begin{center} |
---|
11 | \leavevmode |
---|
12 | \includegraphics[width=115pt]{classmEF__inherit__graph} |
---|
13 | \end{center} |
---|
14 | \end{figure} |
---|
15 | Collaboration diagram for mEF:\nopagebreak |
---|
16 | \begin{figure}[H] |
---|
17 | \begin{center} |
---|
18 | \leavevmode |
---|
19 | \includegraphics[width=60pt]{classmEF__coll__graph} |
---|
20 | \end{center} |
---|
21 | \end{figure} |
---|
22 | \subsection*{Public Member Functions} |
---|
23 | \begin{CompactItemize} |
---|
24 | \item |
---|
25 | {\bf mEF} (const {\bf RV} \&rv0, const {\bf RV} \&rvc0)\label{classmEF_8bf51fe8654d7b83c8c8afeb19409d4f} |
---|
26 | |
---|
27 | \begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item |
---|
28 | virtual vec {\bf samplecond} (vec \&cond, double \&ll) |
---|
29 | \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item |
---|
30 | virtual void {\bf condition} (const vec \&cond)\label{classmpdf_0f95a0cc6ab40611f46804682446ed83} |
---|
31 | |
---|
32 | \begin{CompactList}\small\item\em Update {\tt ep} so that it represents this \doxyref{mpdf}{p.}{classmpdf} conditioned on {\tt rvc} = cond. \item\end{CompactList}\item |
---|
33 | virtual double {\bf evalcond} (const vec \&dt, const vec \&cond)\label{classmpdf_80b738ece5bd4f8c4edaee4b38906f91} |
---|
34 | |
---|
35 | \begin{CompactList}\small\item\em Shortcut for conditioning and evaluation of the internal \doxyref{epdf}{p.}{classepdf}. In some cases, this operation can be implemented efficiently. \item\end{CompactList}\item |
---|
36 | {\bf RV} {\bf \_\-rvc} ()\label{classmpdf_ec9c850305984582548e8deb64f0ffe8} |
---|
37 | |
---|
38 | \begin{CompactList}\small\item\em access function \item\end{CompactList}\item |
---|
39 | {\bf epdf} \& {\bf \_\-epdf} ()\label{classmpdf_e17780ee5b2cfe05922a6c56af1462f8} |
---|
40 | |
---|
41 | \begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize} |
---|
42 | \subsection*{Protected Attributes} |
---|
43 | \begin{CompactItemize} |
---|
44 | \item |
---|
45 | {\bf RV} {\bf rv}\label{classmpdf_f6687c07ff07d47812dd565368ca59eb} |
---|
46 | |
---|
47 | \begin{CompactList}\small\item\em modeled random variable \item\end{CompactList}\item |
---|
48 | {\bf RV} {\bf rvc}\label{classmpdf_acb7dda792b3cd5576f39fa3129abbab} |
---|
49 | |
---|
50 | \begin{CompactList}\small\item\em random variable in condition \item\end{CompactList}\item |
---|
51 | {\bf epdf} $\ast$ {\bf ep}\label{classmpdf_7aa894208a32f3487827df6d5054424c} |
---|
52 | |
---|
53 | \begin{CompactList}\small\item\em pointer to internal \doxyref{epdf}{p.}{classepdf} \item\end{CompactList}\end{CompactItemize} |
---|
54 | |
---|
55 | |
---|
56 | \subsection{Detailed Description} |
---|
57 | Exponential family model. |
---|
58 | |
---|
59 | More?... |
---|
60 | |
---|
61 | \subsection{Member Function Documentation} |
---|
62 | \index{mEF@{mEF}!samplecond@{samplecond}} |
---|
63 | \index{samplecond@{samplecond}!mEF@{mEF}} |
---|
64 | \subsubsection{\setlength{\rightskip}{0pt plus 5cm}virtual vec mpdf::samplecond (vec \& {\em cond}, double \& {\em ll})\hspace{0.3cm}{\tt [inline, virtual, inherited]}}\label{classmpdf_b0193a350c97933ddf15b15a130da352} |
---|
65 | |
---|
66 | |
---|
67 | Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. |
---|
68 | |
---|
69 | Returns a sample from the density conditioned on {\tt cond}, $x \sim epdf(rv|cond)$. \begin{Desc} |
---|
70 | \item[Parameters:] |
---|
71 | \begin{description} |
---|
72 | \item[{\em cond}]is numeric value of {\tt rv} \item[{\em ll}]is a return value of log-likelihood of the sample. \end{description} |
---|
73 | \end{Desc} |
---|
74 | |
---|
75 | |
---|
76 | Reimplemented in {\bf mlnorm$<$ sq\_\-T $>$} \doxyref{}{p.}{classmlnorm_decf3e3b5c8e0812e5b4dbe94fa2ae18}, and {\bf mgamma} \doxyref{}{p.}{classmgamma_9f40dc43885085fad8e3d6652b79e139}. |
---|
77 | |
---|
78 | The documentation for this class was generated from the following file:\begin{CompactItemize} |
---|
79 | \item |
---|
80 | work/mixpp/bdm/stat/{\bf libEF.h}\end{CompactItemize} |
---|