Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function StdDev(X: TOpenCLMatrix): Double; | Result = the standard deviation from the source data |
| 2 | function 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Remarks:
Internally calls clMatrix.StdDev
Overload 2: function StdDev(X: TOpenCLVector): Double;
Compute the standard deviation from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls clVector.StdDev