Changeset 32 for doc/latex/classmpdf.tex
- Timestamp:
- 03/03/08 13:00:32 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classmpdf.tex
r19 r32 17 17 \begin{center} 18 18 \leavevmode 19 \includegraphics[width= 43pt]{classmpdf__coll__graph}19 \includegraphics[width=60pt]{classmpdf__coll__graph} 20 20 \end{center} 21 21 \end{figure} … … 25 25 virtual vec {\bf samplecond} (vec \&cond, double lik) 26 26 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 27 virtual void \textbf{condition} ( vec \&cond)\label{classmpdf_cfb3dffef7c03598622e414668bb0588}27 virtual void \textbf{condition} (const vec \&cond)\label{classmpdf_0f95a0cc6ab40611f46804682446ed83} 28 28 29 \end{CompactItemize} 29 \item 30 virtual double \textbf{evalcond} (const vec \&dt, const vec \&cond)\label{classmpdf_80b738ece5bd4f8c4edaee4b38906f91} 31 32 \item 33 virtual {\bf $\sim$mpdf} ()\label{classmpdf_6788be9f3a888796499c5293a318fcfb} 34 35 \begin{CompactList}\small\item\em Destructor for future use;. \item\end{CompactList}\item 36 {\bf mpdf} (const {\bf RV} \&rv0, const {\bf RV} \&rvc0)\label{classmpdf_581ecf362185d37c08bb31cb9d046d6f} 37 38 \begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\end{CompactItemize} 39 \subsection*{Protected Attributes} 40 \begin{CompactItemize} 41 \item 42 {\bf RV} {\bf rv}\label{classmpdf_f6687c07ff07d47812dd565368ca59eb} 43 44 \begin{CompactList}\small\item\em modeled random variable \item\end{CompactList}\item 45 {\bf RV} {\bf rvc}\label{classmpdf_acb7dda792b3cd5576f39fa3129abbab} 46 47 \begin{CompactList}\small\item\em random variable in condition \item\end{CompactList}\item 48 {\bf epdf} $\ast$ {\bf ep}\label{classmpdf_7aa894208a32f3487827df6d5054424c} 49 50 \begin{CompactList}\small\item\em pointer to internal \doxyref{epdf}{p.}{classepdf} \item\end{CompactList}\end{CompactItemize} 30 51 31 52 … … 41 62 Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. 42 63 43 Returns a sample from the density conditioned on {\tt cond}, \$x \doxyref{epdf}{p.}{classepdf}(rv$|$cond)\$ 64 Returns a sample from the density conditioned on {\tt cond}, \$x \doxyref{epdf}{p.}{classepdf}(rv$|$cond)\$. \begin{Desc} 65 \item[Parameters:] 66 \begin{description} 67 \item[{\em lik}]is a return value of likelihood of the sample. \end{description} 68 \end{Desc} 69 44 70 45 71 The documentation for this class was generated from the following file:\begin{CompactItemize}