ClMtxExpr.StdDev Method

Overload List

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

Overload 1: Double StdDev(TOpenCLMatrix X)

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.StdDev

Overload 2: Double StdDev(TOpenCLVector X)

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.StdDev