JavaGrinders
Class GoodnessOfFitResults

java.lang.Object
  extended by JavaGrinders.Descriptives
      extended by JavaGrinders.GoodnessOfFitResults
All Implemented Interfaces:
java.lang.Cloneable

public class GoodnessOfFitResults
extends Descriptives
implements java.lang.Cloneable

holds a set of results obtained for an analysis of a contingency table


Field Summary
 ContTableResults[] ContResults
           
 double[] hypoPs
           
 ContingencyTable itsTable
           
 int nCols
           
 int nRows
           
 
Fields inherited from class JavaGrinders.Descriptives
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows
 
Constructor Summary
GoodnessOfFitResults(int nRows, int nCols, double[] hypothesisPs, int nGroups)
          Standard constructor
 
Method Summary
 void listResults()
          does the test and returns its results
 
Methods inherited from class JavaGrinders.Descriptives
clone, list, list, listBasics, listIDs, listIDs, listSigStars, setLabel, zeroDescriptives
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nRows

public int nRows

nCols

public int nCols

hypoPs

public double[] hypoPs

ContResults

public ContTableResults[] ContResults

itsTable

public ContingencyTable itsTable
Constructor Detail

GoodnessOfFitResults

public GoodnessOfFitResults(int nRows,
                            int nCols,
                            double[] hypothesisPs,
                            int nGroups)
Standard constructor

Parameters:
nRows - the number of rows
nCols - the number of columns
hypothesisPs - the external probabilities
nGroups - the number of a-priori groups
Method Detail

listResults

public void listResults()
does the test and returns its results