Uses of Interface
dev.nm.stat.regression.linear.panel.PanelData.Transformation
-
Packages that use PanelData.Transformation Package Description dev.nm.stat.regression.linear.panel -
-
Uses of PanelData.Transformation in dev.nm.stat.regression.linear.panel
Methods in dev.nm.stat.regression.linear.panel with parameters of type PanelData.Transformation Modifier and Type Method Description double[][]
PanelData. getPanelValuesByHeaders(List<PanelData.Row> rows, String[] headers, PanelData.Transformation[] transformations)
Gets the (transformed) values from a panel data.double[][]
PanelData. getPanelValuesByTime(List<PanelData.Row> rows, String[] headers, PanelData.Transformation[] transformations)
Gets the (transformed) values from a panel data.Constructors in dev.nm.stat.regression.linear.panel with parameters of type PanelData.Transformation Constructor Description FixedEffectsModel(PanelData panel, String yHeader, String[] XHeaders, PanelData.Transformation[] transformations)
Constructs a "within" fixed effects model from a panel of data.
-