|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.stat.TableMultiWay.UnbalancedTable
public class TableMultiWay.UnbalancedTable
Tallies the frequency of each cell in x
.
Method Summary | |
---|---|
double[] |
getListCells()
Returns for each row, a list of the levels of nKeys corresponding classification
variables that describe a cell. |
int |
getNCells()
Returns the number of non-empty cells. |
double[] |
getTable()
Returns the frequency for each cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double[] getListCells()
nKeys
corresponding classification
variables that describe a cell.
double
array containing the
list of levels of nKeys corresponding classification
variables that describe a cell.public int getNCells()
int
containing the number of
non-empty cells.public double[] getTable()
double
array containing the frequency
for each cell.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |