Changeset 33 for doc/latex/classmpdf.tex

Show
Ignore:
Timestamp:
03/05/08 16:01:56 (16 years ago)
Author:
smidl
Message:

Oprava PF a MPF + jejich implementace pro pmsm system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classmpdf.tex

    r32 r33  
    1010\begin{center} 
    1111\leavevmode 
    12 \includegraphics[width=43pt]{classmpdf__inherit__graph} 
     12\includegraphics[width=111pt]{classmpdf__inherit__graph} 
    1313\end{center} 
    1414\end{figure} 
     
    2323\begin{CompactItemize} 
    2424\item  
    25 virtual vec {\bf samplecond} (vec \&cond, double lik) 
     25virtual vec {\bf samplecond} (vec \&cond, double \&ll) 
    2626\begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item  
    27 virtual void \textbf{condition} (const vec \&cond)\label{classmpdf_0f95a0cc6ab40611f46804682446ed83} 
     27virtual void {\bf condition} (const vec \&cond)\label{classmpdf_0f95a0cc6ab40611f46804682446ed83} 
    2828 
    29 \item  
    30 virtual double \textbf{evalcond} (const vec \&dt, const vec \&cond)\label{classmpdf_80b738ece5bd4f8c4edaee4b38906f91} 
     29\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  
     30virtual double {\bf evalcond} (const vec \&dt, const vec \&cond)\label{classmpdf_80b738ece5bd4f8c4edaee4b38906f91} 
    3131 
    32 \item  
     32\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  
    3333virtual {\bf $\sim$mpdf} ()\label{classmpdf_6788be9f3a888796499c5293a318fcfb} 
    3434 
     
    3636{\bf mpdf} (const {\bf RV} \&rv0, const {\bf RV} \&rvc0)\label{classmpdf_581ecf362185d37c08bb31cb9d046d6f} 
    3737 
    38 \begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\end{CompactItemize} 
     38\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item  
     39{\bf RV} {\bf \_\-rvc} ()\label{classmpdf_ec9c850305984582548e8deb64f0ffe8} 
     40 
     41\begin{CompactList}\small\item\em access function \item\end{CompactList}\item  
     42{\bf epdf} \& {\bf \_\-epdf} ()\label{classmpdf_e17780ee5b2cfe05922a6c56af1462f8} 
     43 
     44\begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize} 
    3945\subsection*{Protected Attributes} 
    4046\begin{CompactItemize} 
     
    5763\index{mpdf@{mpdf}!samplecond@{samplecond}} 
    5864\index{samplecond@{samplecond}!mpdf@{mpdf}} 
    59 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}virtual vec mpdf::samplecond (vec \& {\em cond}, double {\em lik})\hspace{0.3cm}{\tt  [inline, virtual]}}\label{classmpdf_c20c796f8d0a201f0897299150e45a41} 
     65\subsubsection{\setlength{\rightskip}{0pt plus 5cm}virtual vec mpdf::samplecond (vec \& {\em cond}, double \& {\em ll})\hspace{0.3cm}{\tt  [inline, virtual]}}\label{classmpdf_b0193a350c97933ddf15b15a130da352} 
    6066 
    6167 
    6268Returns the required moment of the \doxyref{epdf}{p.}{classepdf}.  
    6369 
    64 Returns a sample from the density conditioned on {\tt cond}, \$x  \doxyref{epdf}{p.}{classepdf}(rv$|$cond)\$. \begin{Desc} 
     70Returns a sample from the density conditioned on {\tt cond}, $x \sim epdf(rv|cond)$. \begin{Desc} 
    6571\item[Parameters:] 
    6672\begin{description} 
    67 \item[{\em lik}]is a return value of likelihood of the sample. \end{description} 
     73\item[{\em cond}]is numeric value of {\tt rv} \item[{\em ll}]is a return value of log-likelihood of the sample. \end{description} 
    6874\end{Desc} 
    6975 
     76 
     77Reimplemented in {\bf mlnorm$<$ sq\_\-T $>$} \doxyref{}{p.}{classmlnorm_decf3e3b5c8e0812e5b4dbe94fa2ae18}, and {\bf mgamma} \doxyref{}{p.}{classmgamma_9f40dc43885085fad8e3d6652b79e139}. 
    7078 
    7179The documentation for this class was generated from the following file:\begin{CompactItemize}