CLAM-Development
1.4.0
|
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 | |
![]() | |
BaseMemOp () | |
void | Reset () |
virtual | ~BaseMemOp () |
Protected Attributes | |
U | memory |
CentralMoment< 2, abs, T, U > | mCM2 |
![]() | |
bool | alreadyComputed |
Class Function to compute StandardDeviation.
That is square root of second order central moment.
Definition at line 695 of file BasicOps.hxx.
|
inline |
Definition at line 698 of file BasicOps.hxx.
|
inline |
Definition at line 699 of file BasicOps.hxx.
|
inline |
2nd order central moment is not available elsewhere, use member
Definition at line 708 of file BasicOps.hxx.
|
protected |
Definition at line 717 of file BasicOps.hxx.
Referenced by CLAM::StandardDeviationTmpl< abs, TData, TData >::operator()().
|
protected |
Definition at line 716 of file BasicOps.hxx.
Referenced by CLAM::StandardDeviationTmpl< abs, TData, TData >::operator()().