template<typename type>
type FX::Maths::stddev ( const type *FXRESTRICT  array,
FXuval  len,
FXuint  stride = 1,
const type *FXRESTRICT  _mean = 0 
) throw () [inline]

Computes the standard deviation of an array.

Definition at line 1827 of file FXMaths.h.

References sqrt(), and variance().

Referenced by stddev().

01828     {
01829         return sqrt(variance(array, len, stride, _mean));
01830     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7