Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
49
trunk/paradiseo-eo/doc/latex/class_cov.tex
Normal file
49
trunk/paradiseo-eo/doc/latex/class_cov.tex
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
\section{Cov Class Reference}
|
||||
\label{class_cov}\index{Cov@{Cov}}
|
||||
Single covariance between two variates.
|
||||
|
||||
|
||||
{\tt \#include $<$stats.h$>$}
|
||||
|
||||
\subsection*{Public Member Functions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
void {\bf update} (double a, double b)\label{class_cov_a1}
|
||||
|
||||
\item
|
||||
double {\bf get\_\-meana} () const \label{class_cov_a2}
|
||||
|
||||
\item
|
||||
double {\bf get\_\-meanb} () const \label{class_cov_a3}
|
||||
|
||||
\item
|
||||
double {\bf get\_\-cov} () const \label{class_cov_a4}
|
||||
|
||||
\end{CompactItemize}
|
||||
\subsection*{Private Attributes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
double {\bf n}\label{class_cov_r0}
|
||||
|
||||
\item
|
||||
double {\bf meana}\label{class_cov_r1}
|
||||
|
||||
\item
|
||||
double {\bf meanb}\label{class_cov_r2}
|
||||
|
||||
\item
|
||||
double {\bf sumcov}\label{class_cov_r3}
|
||||
|
||||
\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Detailed Description}
|
||||
Single covariance between two variates.
|
||||
|
||||
|
||||
|
||||
Definition at line 58 of file stats.h.
|
||||
|
||||
The documentation for this class was generated from the following file:\begin{CompactItemize}
|
||||
\item
|
||||
stats.h\end{CompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue