Vector::ZScore Method

Overload List

#SignatureDescription
1TVec *ZScore() const;Transforms vector into vector of standardized data in-place.
2TVec *ZScore(TVec *Src) const;Transforms Src vector into vector of standardized data

Overload 1: TVec *ZScore() const;

Transforms vector into vector of standardized data in-place.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TVec *ZScore(TVec *Src) const;

Transforms Src vector into vector of standardized data

#NameTypeDescription
1SrcTVec *
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler