TVec.ZScore Method

Overload List

#SignatureDescription
1TVec ZScoreTransforms 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.

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

Overload 2: TVec ZScore(TVec Src)

Transforms Src vector into vector of standardized data.

#NameTypeDescription
1SrcTVecsource TVec

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

Remarks:

Store the results in calling vector.