Ocean
Variance.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::VarianceT< T >
 This class allows to determine the variance in a given data set. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef VarianceT< Scalar > Ocean::Variance
 Definition of a variance object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef VarianceT< double > Ocean::VarianceD
 Definition of a variance object with double values. More...
 
typedef VarianceT< float > Ocean::VarianceF
 Definition of a variance object with float values. More...
 
typedef std::vector< Variance > Ocean::Variances
 Definition of a vector holding variance objects. More...