Vector.ZScore Method

Overload List

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

Overload 1: function ZScore: TVec;

Transforms vector into vector of standardized data in-place.

Result: stored in self (calling object), returns self for chaining

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

Transforms Src vector into vector of standardized data

#NameTypeDescription
1SrcTVec

Result: stored in self (calling object), returns self for chaining