Changeset 33 for doc/latex/classeuni.tex
- Timestamp:
- 03/05/08 16:01:56 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/classeuni.tex
r30 r33 23 23 \begin{CompactItemize} 24 24 \item 25 \textbf{euni} (const {\bf RV} rv)\label{classeuni_2537a6c239cff52e3ba814851a1116cd}25 {\bf euni} (const {\bf RV} {\bf rv})\label{classeuni_2537a6c239cff52e3ba814851a1116cd} 26 26 27 \ item28 double {\bf eval} (const vec \&val) \label{classeuni_95f29237feb32fcadf570a181d5a0918}27 \begin{CompactList}\small\item\em Defualt constructor. \item\end{CompactList}\item 28 double {\bf eval} (const vec \&val) const \label{classeuni_2723d4992900b5c5495bfa03628195ed} 29 29 30 30 \begin{CompactList}\small\item\em Compute probability of argument {\tt val}. \item\end{CompactList}\item 31 double {\bf evalpdflog} (const vec \&val) \label{classeuni_830fca2ffb6786530529c57eabc81666}31 double {\bf evalpdflog} (const vec \&val) const \label{classeuni_06af95d514a6623ad4688bd2ad50ad71} 32 32 33 33 \begin{CompactList}\small\item\em Compute log-probability of argument {\tt val}. \item\end{CompactList}\item 34 vec {\bf sample} () 34 vec {\bf sample} () const 35 35 \begin{CompactList}\small\item\em Returns the required moment of the \doxyref{epdf}{p.}{classepdf}. \item\end{CompactList}\item 36 void \textbf{set\_\-parameters} (const vec \&low0, const vec \&high0)\label{classeuni_4fd7c6a05100616ad16ece405cad7bf2}36 void {\bf set\_\-parameters} (const vec \&low0, const vec \&high0)\label{classeuni_4fd7c6a05100616ad16ece405cad7bf2} 37 37 38 \ item39 vec {\bf mean} () \label{classeuni_34a2f2d23158c40b97b44dfe551a1b3d}38 \begin{CompactList}\small\item\em set values of {\tt low} and {\tt high} \item\end{CompactList}\item 39 vec {\bf mean} () const \label{classeuni_8050087e421a9cfd1b4b1f8bd33b1cc1} 40 40 41 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\end{CompactItemize} 41 \begin{CompactList}\small\item\em return expected value \item\end{CompactList}\item 42 {\bf RV} {\bf \_\-rv} () const \label{classepdf_b89143f12c9b49282e30841e4fb5f337} 43 44 \begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize} 42 45 \subsection*{Protected Attributes} 43 46 \begin{CompactItemize} … … 55 58 56 59 \begin{CompactList}\small\item\em normalizing coefficients \item\end{CompactList}\item 57 double \textbf{lnk}\label{classeuni_f445a0ce24f39d14c1a4eed53fc8e2c3}60 double {\bf lnk}\label{classeuni_f445a0ce24f39d14c1a4eed53fc8e2c3} 58 61 59 \ item60 {\bf RV} \textbf{rv}\label{classepdf_74da992e3f5d598da8850b646b79b9d9}62 \begin{CompactList}\small\item\em cache of log( {\tt nk} ) \item\end{CompactList}\item 63 {\bf RV} {\bf rv}\label{classepdf_74da992e3f5d598da8850b646b79b9d9} 61 64 62 \ end{CompactItemize}65 \begin{CompactList}\small\item\em Identified of the random variable. \item\end{CompactList}\end{CompactItemize} 63 66 64 67 … … 69 72 \index{euni@{euni}!sample@{sample}} 70 73 \index{sample@{sample}!euni@{euni}} 71 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}vec euni::sample () \hspace{0.3cm}{\tt [inline, virtual]}}\label{classeuni_0f71562e3e919aba823cb7d9d420ad4c}74 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}vec euni::sample () const\hspace{0.3cm}{\tt [inline, virtual]}}\label{classeuni_4a0e09392be17beaee120ba98fc038cd} 72 75 73 76 … … 76 79 Returns a sample from the density, $x \sim epdf(rv)$ 77 80 78 Implements {\bf epdf} \doxyref{}{p.}{classepdf_ 7f74d871d50b9ff360f1b3879092a9fa}.81 Implements {\bf epdf} \doxyref{}{p.}{classepdf_8019654e494bf5e458f6fb947e11b262}. 79 82 80 83 The documentation for this class was generated from the following file:\begin{CompactItemize}