TVec::ZScore Method

Overload List

#SignatureDescription
1TVec *ZScore();Transforms vector into vector of standardized data.
2TVec *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.

#NameTypeDescription
1SrcTVec *
Remarks:

Store the results in calling vector.

Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler