|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.ContingencyTable
JavaGrinders.DominanceTable
public class DominanceTable
contains a table of dominance relationships and performs a variety of statistics on it, including test of linearity, ordinal ranks, etc.
| Field Summary |
|---|
| Fields inherited from class JavaGrinders.ContingencyTable |
|---|
diagonal, iterated, itsTotalSum, MatrixCols, MatrixRows, NUM_MAXITERATOR, PRECISIONMULT |
| Constructor Summary | |
|---|---|
DominanceTable(int MatrixSize)
standard constructor for the DominanceTable class |
|
DominanceTable(int MatrixSize,
double[][] inMatrix)
standard constructor for the DominanceTable class |
|
| Method Summary | |
|---|---|
LinearityResults |
getLinearityResults()
returns results from a Test of Linearity. |
double[] |
getOrdinalRanks()
returns ordinal ranks for each individual |
void |
listLinearityResults()
lists results from a Test for Linearity. |
void |
listOrdinalRanks()
report ordinal ranks for each individual |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DominanceTable(int MatrixSize)
MatrixSize - number of rows and columns in the table
public DominanceTable(int MatrixSize,
double[][] inMatrix)
MatrixSize - number of rows and columns in the tableinMatrix - 2D array of doubles to fill the table| Method Detail |
|---|
public double[] getOrdinalRanks()
throws java.lang.Exception
java.lang.Exceptionpublic void listOrdinalRanks()
public LinearityResults getLinearityResults()
throws java.lang.Exception
java.lang.Exceptionpublic void listLinearityResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||