edoNormalMono< EOT > Class Template Reference

A normal (Gaussian) distribution that only model variances of variables. More...

#include <edoNormalMono.h>

Inheritance diagram for edoNormalMono< EOT >:
edoDistrib< EOT >

List of all members.

Public Member Functions

 edoNormalMono (const EOT &mean, const EOT &variance)
unsigned int size ()
EOT mean ()
EOT variance ()

Private Attributes

EOT _mean
EOT _variance

Detailed Description

template<typename EOT>
class edoNormalMono< EOT >

A normal (Gaussian) distribution that only model variances of variables.

This is basically a mean vector and a variances vector. Do not model co-variances.

Definition at line 47 of file edoNormalMono.h.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs