Package | Description |
---|---|
dev.nm.stat.regression.linear.panel |
Modifier and Type | Method and Description |
---|---|
PanelData.Row |
PanelData.getRow(S subject,
String time)
Gets one particular row indexed by a pair of subject and time.
|
Modifier and Type | Method and Description |
---|---|
List<PanelData.Row> |
PanelData.getRows()
Gets all of the panel data.
|
List<PanelData.Row> |
PanelData.getRowsForSubject(S subject)
Get all the rows pertaining to a particular subject.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelData.addRow(PanelData.Row row)
Inserts a row of data into the panel.
|
int |
PanelData.Row.compareTo(PanelData.Row that) |
Modifier and Type | Method and Description |
---|---|
double[][] |
PanelData.getPanelValuesByHeaders(List<PanelData.Row> rows)
Gets the values from a panel data.
|
double[][] |
PanelData.getPanelValuesByHeaders(List<PanelData.Row> rows,
String[] headers)
Gets the values from a panel data.
|
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)
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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.