TOpenCLVector::RMS Method

Overload List

#SignatureDescription
1double RMS();Standard deviation.
2double RMS(int Index, int Len);Returns the root-mean-square of calling object elements [Index]..[Index+Len-1].

Overload 1: double RMS();

Standard deviation.

Remarks:

Calculate the standard deviation of all calling object elements. The result is a real value. An exception is raised if calling vector TOpenCLBase::Complex property is true.

See Also: TOpenCLVector::Mean
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: double RMS(int Index, int Len);

Returns the root-mean-square of calling object elements [Index]..[Index+Len-1].

#NameTypeDescription
1Indexint
2Lenint
Remarks:

An exception is raised if calling object TOpenCLBase::Complex property is true or if array borders are overrun/underrun.

Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler