CLAM::StandardDeviationTmpl< abs, T, U > Class Template Reference

#include <BasicOps.hxx>

Inheritance diagram for CLAM::StandardDeviationTmpl< abs, T, U >:

CLAM::BaseMemOp

List of all members.


Detailed Description

template<bool abs = false, class T = TData, class U = TData>
class CLAM::StandardDeviationTmpl< abs, T, U >

Class Function to compute StandardDeviation.

That is square root of second order central moment.

Definition at line 695 of file BasicOps.hxx.


Public Member Functions

 StandardDeviationTmpl ()
operator() (const Array< T > &a, CentralMoment< 2, abs, T, U > &centralMoment2, bool useMemory=false)
operator() (const Array< T > &a, bool useMemory=false)
 2nd order central moment is not available elsewhere, use member

Protected Attributes

memory
CentralMoment< 2, abs, T, U > mCM2

Constructor & Destructor Documentation

template<bool abs = false, class T = TData, class U = TData>
CLAM::StandardDeviationTmpl< abs, T, U >::StandardDeviationTmpl (  )  [inline]

Definition at line 698 of file BasicOps.hxx.


Member Function Documentation

template<bool abs = false, class T = TData, class U = TData>
U CLAM::StandardDeviationTmpl< abs, T, U >::operator() ( const Array< T > &  a,
CentralMoment< 2, abs, T, U > &  centralMoment2,
bool  useMemory = false 
) [inline]

Definition at line 699 of file BasicOps.hxx.

template<bool abs = false, class T = TData, class U = TData>
U CLAM::StandardDeviationTmpl< abs, T, U >::operator() ( const Array< T > &  a,
bool  useMemory = false 
) [inline]

2nd order central moment is not available elsewhere, use member

Definition at line 708 of file BasicOps.hxx.


Member Data Documentation

template<bool abs = false, class T = TData, class U = TData>
U CLAM::StandardDeviationTmpl< abs, T, U >::memory [protected]

template<bool abs = false, class T = TData, class U = TData>
CentralMoment<2,abs,T,U> CLAM::StandardDeviationTmpl< abs, T, U >::mCM2 [protected]


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

Generated on Tue Aug 12 22:33:50 2008 for CLAM by  doxygen 1.5.5