klMatrix
Functions
KL_stat Namespace Reference

Functions

template<class TYPE >
TYPE * mean (TYPE *data, unsigned int data_dim, unsigned int data_size)
 
template<class TYPE >
TYPE * variance (TYPE *data, unsigned int data_dim, unsigned int data_size)
 
template<class TYPE >
TYPE mean (TYPE *data, unsigned int n)
 
template<class TYPE >
TYPE variance (TYPE *data, unsigned int n, TYPE mean)
 
template<class TYPE >
TYPE skewness (TYPE *data, unsigned int n, TYPE mean, TYPE variance)
 
template<class TYPE >
TYPE kurtosis (TYPE *data, unsigned int n, TYPE mean, TYPE variance)
 

Function Documentation

template<class TYPE >
TYPE KL_stat::kurtosis ( TYPE *  data,
unsigned int  n,
TYPE  mean,
TYPE  variance 
)

Here is the caller graph for this function:

template<class TYPE >
TYPE* KL_stat::mean ( TYPE *  data,
unsigned int  data_dim,
unsigned int  data_size 
)

Here is the caller graph for this function:

template<class TYPE >
TYPE KL_stat::mean ( TYPE *  data,
unsigned int  n 
)

Here is the call graph for this function:

template<class TYPE >
TYPE KL_stat::skewness ( TYPE *  data,
unsigned int  n,
TYPE  mean,
TYPE  variance 
)

Here is the caller graph for this function:

template<class TYPE >
TYPE* KL_stat::variance ( TYPE *  data,
unsigned int  data_dim,
unsigned int  data_size 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class TYPE >
TYPE KL_stat::variance ( TYPE *  data,
unsigned int  n,
TYPE  mean 
)

Here is the call graph for this function: