public class InteractionTable extends ContingencyTable implements java.lang.Cloneable
diagonal, iterated, itsTotalSum, MatrixCols, MatrixRows, NUM_MAXITERATOR, PRECISIONMULT
Constructor and Description |
---|
InteractionTable(ContingencyTable aTable)
standard constructor for the InteractionTable class
|
InteractionTable(int MatrixSize)
standard constructor for the InteractionTable class
|
InteractionTable(int MatrixSize,
double[][] inMatrix)
standard constructor for the InteractionTable class
|
Modifier and Type | Method and Description |
---|---|
double[] |
getBBSRanks()
calculates a cardinal rank (BBS method) for each individual
|
double[] |
getBoydSilkRanks()
calculates a cardinal ranks for stochastic transitivity Boyd and Silk (1983) for each individual
|
double[] |
getDominanceActivityIndex()
calculates a dominance activity index for each individual
|
double[] |
getDominanceIndex()
calculates a dominance index for each individual
|
double[] |
getOrdinalRanks()
returns individual ordinal ranks from matrix of interactions between entities.
|
void |
listLinearityResults()
lists results from a Test for Linearity.
|
void |
listRanks()
list 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 InteractionTable(int MatrixSize)
MatrixSize
- number of rows and columns in the tablepublic InteractionTable(ContingencyTable aTable) throws java.lang.Exception
aTable
- the data to usejava.lang.Exception
public InteractionTable(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 double[] getBoydSilkRanks() throws java.lang.Exception
java.lang.Exception
public double[] getBBSRanks() throws java.lang.Exception
java.lang.Exception
public double[] getDominanceIndex() throws java.lang.Exception
java.lang.Exception
public double[] getDominanceActivityIndex() throws java.lang.Exception
java.lang.Exception
public void listRanks()
public void listLinearityResults()
Copyright 2016