ClMtxExpr.StdDev Method

Overload List

#SignatureDescription
1function StdDev(X: TOpenCLMatrix): Double;Result = the standard deviation from the source data
2function StdDev(X: TOpenCLVector): Double;Result = the standard deviation from the source data

Overload 1: function StdDev(X: TOpenCLMatrix): Double;

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.StdDev

Overload 2: function StdDev(X: TOpenCLVector): Double;

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clVector.StdDev