Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx StdDev(TDenseMtxVec Vec, TCplx AMean) | Standard deviation for Vector values [Index,Index+Len], starting at Index. |
| 2 | Double StdDev(TDenseMtxVec Vec, Double AMean) | Vector standard deviation. |
| 3 | Double StdDev(TMtxVec X) | Result = the standard deviation from the source data |
Overload 1: TCplx StdDev(TDenseMtxVec Vec, TCplx AMean)
Standard deviation for Vector values [Index,Index+Len], starting at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TDenseMtxVec | source TVec or TMtx |
| 2 | AMean | TCplx | pre-computed mean |
Returns: TCplx (complex)
Overload 2: Double StdDev(TDenseMtxVec Vec, Double AMean)
Vector standard deviation.
| # | Name | Description |
|---|---|---|
| 1 | Vec | Calling vector or matrix object for which function will be evaluated. |
| 2 | AMean | The average value computed from the Vec parameter. |
Returns: Double - Vector standard deviation.
Overload 3: Double StdDev(TMtxVec X)
Compute the standard deviation from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
Returns: Double