scalation.mathstat.Transform
See theTransform companion object
The Transform trait supports the use of transformation functions and makes it is easy to take the inverse transform. When a transformation uses arguments, they are remembered for use by the inverse transformation.
Value parameters
- centered
-
whether the normalization should CENTER the data (defaults to true)
- w
-
the transform argument vector or matrix (in subclasses pass x_ for input or w for weights)
Attributes
- See also
-
Rat,pow_in CommonFunctions.scala, and↑in ValueType.scala - Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BoxcoxFormclass CenterFormclass CosFormclass ExpFormclass NExpFormclass Log1pFormclass LogFormclass MinMaxFormclass NormFormclass PowFormclass RecipFormclass RootFormclass PowRFormclass SinForm
Members list
In this article