Mercurial > hg > libxtract
diff xtract/xtract_scalar.h @ 123:efb1c1ae2ba8
- reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtract_spectral_kurtosis() using correct maths
- removed xtract_spectral_average_deviation()
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 30 Mar 2011 10:51:39 +0000 |
parents | 2b2d0609e44f |
children | 2bdf5e248870 |
line wrap: on
line diff
--- a/xtract/xtract_scalar.h Wed Mar 30 10:05:07 2011 +0000 +++ b/xtract/xtract_scalar.h Wed Mar 30 10:51:39 2011 +0000 @@ -71,7 +71,8 @@ * \param *argv: a pointer to a float representing the mean of the input vector * \param *result: the average deviation of N values from the array pointed to by *data */ -int xtract_average_deviation(const float *data, const int N, const void *argv, float *result); +/*int xtract_average_deviation(const float *data, const int N, const void *argv, float *result); + */ /** \brief Extract the skewness of an input vector *