public class ContingencyTable extends Object
| Constructor and Description |
|---|
ContingencyTable() |
ContingencyTable(Sample sample) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
columns() |
double |
columnTotal(String colName) |
double |
get(String rowName,
String colName) |
String |
getSummary() |
void |
put(String rowName,
String colName,
double value) |
List<String> |
rows() |
double |
rowTotal(String rowName) |
double |
total() |
Copyright © 2017. All rights reserved.