JMSLTM Numerical Library 3.0

com.imsl.stat
Class TableMultiWay.UnbalancedTable

java.lang.Object
  extended bycom.imsl.stat.TableMultiWay.UnbalancedTable
Enclosing class:
TableMultiWay

public class TableMultiWay.UnbalancedTable
extends Object

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

getNCells

public int getNCells()
Returns the number of non-empty cells.

Returns:
an int containing the number of non-empty cells.

getListCells

public double[] getListCells()
Returns for each row, a list of the levels of nKeys corresponding classification variables that describe a cell.

Returns:
double array containing the list of levels of nKeys corresponding classification variables that describe a cell.

getTable

public double[] getTable()
Returns the frequency for each cell.

Returns:
double array containing the frequency for each cell.

JMSLTM Numerical Library 3.0

Copyright 1970-2004 Visual Numerics, Inc.
Built November 5 2004.