CenterForm
scalation.mathstat.CenterForm
class CenterForm(x_: VecMat) extends Transform
The CenterForm class applies the CENTER-transformation so the new mean will be zero (subtract original mean b(0)).
x -> x - μ
Value parameters
- x_
-
the input vector or matrix to be transformed (needed to get w)
Attributes
- Graph
-
- Supertypes
Members list
In this article