Home
Script Language
Vectors
Class TVector
Methods
MeanCenter
See also:
MeanVar
,
Standardize
Index
Statistical Background
MeanCenter
Declaration:
TVector
.
MeanCenter
: double;
The function
MeanCenter
subtracts the mean of the vector elements from all vector elements. The subtracted value is returned as a function result.
Hint:
Background information on mean-centering of data can be found in
Fundamentals of Statistics
.