Changeset 32 for doc/latex/classmpdf.tex

Show
Ignore:
Timestamp:
03/03/08 13:00:32 (17 years ago)
Author:
smidl
Message:

test KF : estimation of R in KF is not possible! Likelihood of y_t is growing when R -> 0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classmpdf.tex

    r19 r32  
    1717\begin{center} 
    1818\leavevmode 
    19 \includegraphics[width=43pt]{classmpdf__coll__graph} 
     19\includegraphics[width=60pt]{classmpdf__coll__graph} 
    2020\end{center} 
    2121\end{figure} 
     
    2525virtual vec {\bf samplecond} (vec \&cond, double lik) 
    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} (vec \&cond)\label{classmpdf_cfb3dffef7c03598622e414668bb0588} 
     27virtual void \textbf{condition} (const vec \&cond)\label{classmpdf_0f95a0cc6ab40611f46804682446ed83} 
    2828 
    29 \end{CompactItemize} 
     29\item  
     30virtual double \textbf{evalcond} (const vec \&dt, const vec \&cond)\label{classmpdf_80b738ece5bd4f8c4edaee4b38906f91} 
     31 
     32\item  
     33virtual {\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} 
    3051 
    3152 
     
    4162Returns the required moment of the \doxyref{epdf}{p.}{classepdf}.  
    4263 
    43 Returns a sample from the density conditioned on {\tt cond}, \$x  \doxyref{epdf}{p.}{classepdf}(rv$|$cond)\$  
     64Returns 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 
    4470 
    4571The documentation for this class was generated from the following file:\begin{CompactItemize}