public class ChiSquareTest extends Object
| Constructor and Description |
|---|
ChiSquareTest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSummary() |
void |
report() |
ChiSquareTest |
run(ContingencyTable table) |
ChiSquareTest |
run(ContingencyTable table,
double significanceLevel) |
String |
toString() |
boolean |
willRejectH0(double significanceLevel) |
public ChiSquareTest run(ContingencyTable table)
public ChiSquareTest run(ContingencyTable table, double significanceLevel)
public String getSummary()
public void report()
public boolean willRejectH0(double significanceLevel)
Copyright © 2017. All rights reserved.