Show
Ignore:
Timestamp:
02/18/08 17:50:37 (17 years ago)
Author:
smidl
Message:

upravy Kalmana

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classenorm.tex

    r19 r22  
    11\section{enorm$<$ sq\_\-T $>$ Class Template Reference} 
    22\label{classenorm}\index{enorm@{enorm}} 
    3 General exponential family density 
     3Gaussian density with positive definite (decomposed) covariance matrix 
    44 
    55 
     
    2626 
    2727\item  
    28 void \textbf{tupdate} (double phi, mat \&vbar, double nubar)\label{classenorm_5b5fd142b6b17ea334597960e3fe126a} 
     28void {\bf tupdate} (double phi, mat \&vbar, double nubar)\label{classenorm_5b5fd142b6b17ea334597960e3fe126a} 
    2929 
    30 \item  
     30\begin{CompactList}\small\item\em tupdate in exponential form (not really handy) \item\end{CompactList}\item  
    3131void \textbf{dupdate} (mat \&v, double nu=1.0)\label{classenorm_5bf185e31e5954fceb90ada3debd2ff2} 
    3232 
    3333\item  
     34void {\bf tupdate} ()\label{classenorm_2a1a522504c7788dfd7fb733157ee39e} 
     35 
     36\begin{CompactList}\small\item\em tupdate used in KF \item\end{CompactList}\item  
     37double {\bf dupdate} ()\label{classenorm_d1b0faf61260de09cf63bf823add5b32} 
     38 
     39\begin{CompactList}\small\item\em dupdate used in KF \item\end{CompactList}\item  
    3440vec {\bf sample} () 
    3541\begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item  
     
    3743 
    3844\item  
    39 double \textbf{eval} (const vec \&val)\label{classenorm_93107f05a8e9b34b64853767200121a4} 
     45double {\bf eval} (const vec \&val)\label{classenorm_93107f05a8e9b34b64853767200121a4} 
    4046 
    41 \end{CompactItemize} 
     47\begin{CompactList}\small\item\em Compute probability of argument {\tt val}. \item\end{CompactList}\end{CompactItemize} 
    4248\subsection*{Public Attributes} 
    4349\begin{CompactItemize} 
     
    5157\subsubsection*{template$<$class sq\_\-T$>$ class enorm$<$ sq\_\-T $>$} 
    5258 
    53 General exponential family density.  
     59Gaussian density with positive definite (decomposed) covariance matrix.  
    5460 
    5561More?...  
     
    6369Returns the required moment of the \doxyref{epdf}{p.}{classepdf}.  
    6470 
    65 Returns a sample from the density, \$x  epdf(rv)\$  
     71Returns a sample from the density, $x \sim epdf(rv)$  
    6672 
    6773Implements {\bf epdf} \doxyref{}{p.}{classepdf_7f74d871d50b9ff360f1b3879092a9fa}.