Relacs Numerics Library  0.9.8
Public Types | List of all members
numerical_container_traits< Container > Struct Template Reference

#include <stats.h>

Public Types

typedef Container::value_type value_type
 
typedef numerical_traits
< typename
Container::value_type >
::mean_type 
mean_type
 
typedef numerical_traits
< typename
Container::value_type >
::variance_type 
variance_type
 

Detailed Description

template<typename Container>
struct relacs::numerical_container_traits< Container >

Appropriate types for computing a mean or a variance for then numbers of the container of type Container.

Member Typedef Documentation

typedef Container::value_type value_type
typedef numerical_traits< typename Container::value_type >::mean_type mean_type
typedef numerical_traits< typename Container::value_type >::variance_type variance_type

The documentation for this struct was generated from the following file: