Interface PanelData.Transformation
-
- Enclosing class:
- PanelData<S,T extends Comparable<? super T>>
public static interface PanelData.Transformation
Transforms the data, e.g., taking log.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnivariateRealFunction
f()
Gets the transformation.String
header()
Gets the name of the column to apply the transformation to.
-
-
-
Method Detail
-
header
String header()
Gets the name of the column to apply the transformation to.- Returns:
- the factor name
-
f
UnivariateRealFunction f()
Gets the transformation.- Returns:
- the transformation
-
-