Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVec *ZScore(); | Transforms vector into vector of standardized data. |
| 2 | TVec *ZScore(TVec *Src); | Transforms Src vector into vector of standardized data. |
Overload 1: TVec *ZScore();
Transforms vector into vector of standardized data.
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: TVec *ZScore(TVec *Src);
Transforms Src vector into vector of standardized data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Remarks:
Store the results in calling vector.
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler