public class StatisticsContingencyTable
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StatisticsContingencyTable.Entry
An entry in the contingency table.
|
Modifier and Type | Field and Description |
---|---|
int |
count
The total number of entries in the contingency table.
|
java.util.Iterator<StatisticsContingencyTable.Entry> |
iterator
An iterator over the elements in the contingency table.
|
double |
maxFrequency
Maximal frequency in the contingency table.
|
java.lang.String[] |
values1
The data values from the first column, sorted.
|
java.lang.String[] |
values2
The data values from the second column, sorted.
|
public final java.lang.String[] values1
public final java.lang.String[] values2
public final int count
public final double maxFrequency
public final java.util.Iterator<StatisticsContingencyTable.Entry> iterator