Class Function to compute StandardDeviation. More...
#include <BasicOps.hxx>
Public Member Functions | |
StandardDeviationTmpl () | |
U | operator() (const Array< T > &a, CentralMoment< 2, abs, T, U > ¢ralMoment2, bool useMemory=false) |
U | operator() (const Array< T > &a, bool useMemory=false) |
2nd order central moment is not available elsewhere, use member | |
Protected Attributes | |
U | memory |
CentralMoment< 2, abs, T, U > | mCM2 |
Class Function to compute StandardDeviation.
That is square root of second order central moment.
Definition at line 695 of file BasicOps.hxx.
CLAM::StandardDeviationTmpl< abs, T, U >::StandardDeviationTmpl | ( | ) | [inline] |
Definition at line 698 of file BasicOps.hxx.
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.
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.
CentralMoment<2,abs,T,U> CLAM::StandardDeviationTmpl< abs, T, U >::mCM2 [protected] |
Definition at line 717 of file BasicOps.hxx.
Referenced by CLAM::StandardDeviationTmpl< abs, TData, TData >::operator()().
U CLAM::StandardDeviationTmpl< abs, T, U >::memory [protected] |
Definition at line 716 of file BasicOps.hxx.
Referenced by CLAM::StandardDeviationTmpl< abs, TData, TData >::operator()().