|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
static class CrosstabStatisticsCalculator.CrosstabStatistics
Container for the test statistics.
| Constructor Summary | |
|---|---|
CrosstabStatisticsCalculator.CrosstabStatistics(BufferedDataTable table)
Retrieve statistics from the given table. |
|
CrosstabStatisticsCalculator.CrosstabStatistics(double chiSquare,
int chiSquareDF,
double chiSquarePValue,
double fisherExactPValue)
|
|
| Method Summary | |
|---|---|
(package private) static DataTableSpec |
createSpec()
Create the data table spec of the table return by getTable(). |
(package private) int |
getChiSquaredDegreesOfFreedom()
Get the degrees of freedom for the Pearson chi-squared statistic. |
(package private) double |
getChiSquaredPValue()
Get the p-value for the Pearson chi-squared statistic. |
(package private) double |
getChiSquaredStatistic()
Get the Pearson chi-squared statistic. |
(package private) double |
getFisherExactPValue()
Get the p-value for the Fisher's exact test. |
(package private) BufferedDataTable |
getTable()
|
(package private) void |
run(ExecutionContext exec)
Create the statistics data table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CrosstabStatisticsCalculator.CrosstabStatistics(double chiSquare,
int chiSquareDF,
double chiSquarePValue,
double fisherExactPValue)
chiSquare - chi-squared test statistics - valuechiSquareDF - chi-squared test statistics - degrees of freedomchiSquarePValue - chi-squared test statistics - p-valuefisherExactPValue - the p-value of Fisher's exact testCrosstabStatisticsCalculator.CrosstabStatistics(BufferedDataTable table)
table - the data table width the statistics| Method Detail |
|---|
static DataTableSpec createSpec()
void run(ExecutionContext exec)
exec - the execution context.double getChiSquaredStatistic()
int getChiSquaredDegreesOfFreedom()
double getChiSquaredPValue()
double getFisherExactPValue()
BufferedDataTable getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||