public class DominanceTable extends ContingencyTable implements java.lang.Cloneable
diagonal, iterated, itsTotalSum, MatrixCols, MatrixRows, NUM_MAXITERATOR, PRECISIONMULT
Constructor and Description |
---|
DominanceTable(int MatrixSize)
standard constructor for the DominanceTable class
|
DominanceTable(int MatrixSize,
double[][] inMatrix)
standard constructor for the DominanceTable class
|
Modifier and Type | Method and Description |
---|---|
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
|
as2DdoubleArray, as2DStringArray, asJAMAMatrix, calcContingencyResults, calcGoodnessOfFitResults, checkDiagonal, checkForColumnPs, checkForZeros, checkMatchingMatrixDimensions, checkMatrix, checkMinimumN, checkSquare, clearColumnPs, clearPs, clearSums, clearTable, clearTablePs, clone, colToString, DoWilliamsCorr, fillPerms, fillSums, fold, getCell, getCellValue, getColLabel, getColLabels, getColSum, getColSums, getColumnPs, getContingencyTableResults, getContingencyTableResults, getdf, getDifferenceTable, getDominanceMatrix, getExpectedMatrix, getExpectedMatrix, getExpMatrixDia, getExpMatrixFromProbabilities, getExpMatrixNoDia, getFTukeyDeviates, getGoodnessOfFitResults, getMantelP, getMantelZ, getMatrixSize, getMaxValueCell, getMinValueCell, getName, getNCells, getNCellsAboveEqualValue, getNCellsAboveValue, getNCellsBelowEqualValue, getNCellsBelowValue, getNCols, getNDiagonals, getNoZeroCellMatrix, getNRows, getPermutedTable, getPropMatrixDia, getPropMatrixNoDia, getRowLabel, getRowLabels, getRowSum, getRowSums, getTablePs, getTauKr, getTauKrP, getTotalsMatrix, getTotalSum, getZeroCells, howManyPossiblePermutations, incrementCellValue, invertTable, isMatchingMatrix, isSquare, listContingencyTableResults, listExpectedTable, listFTukeyDeviates, listGoodnessOfFitResults, listMantelZResults, listTable, listTable, listTauKrResults, noSumsToString, rowToString, set2DArray, setCellValue, setColLabel, setColLabels, setColLabels, setColumnPs, setDefaultRowColLabels, setDiagonal, setMatrixDimensions, setMatrixSize, setName, setNDiagonals, setRowColLabels, setRowColLabels, setRowLabel, setRowLabels, setRowLabels, setTablePs, TauKr, toFile, toString, transpose, unfold
public DominanceTable(int MatrixSize)
MatrixSize
- number of rows and columns in the tablepublic DominanceTable(int MatrixSize, double[][] inMatrix)
MatrixSize
- number of rows and columns in the tableinMatrix
- 2D array of doubles to fill the tablepublic double[] getOrdinalRanks() throws java.lang.Exception
java.lang.Exception
public void listOrdinalRanks()
public LinearityResults getLinearityResults() throws java.lang.Exception
java.lang.Exception
public void listLinearityResults()
Copyright 2016