Class CellTableCountSample

java.lang.Object
edu.cmu.tetrad.data.CellTableCountSample
All Implemented Interfaces:
CellTable

public final class CellTableCountSample extends Object implements CellTable
Stores a cell count table of arbitrary dimension. Provides methods for incrementing particular cells and for calculating marginals.

This implementation of CellTable uses a MultiDimIntTable to store the cell counts and counts data in the dataset to populate the tables, for each independence question encountered.

Immutable.

Version:
$Id: $Id
Author:
josephramsey
See Also: