public class GoodnessOfFitResults extends Descriptives implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
double[] | 
actualPs  | 
ContTableResults[] | 
ContResults  | 
double[] | 
hypoPs  | 
ContingencyTable | 
itsTable  | 
int | 
nCols  | 
int | 
nRows  | 
frequencies, IDMap, itsIDs, label, needsRefresh, nMiss, nSel, nUse, Rows| Constructor and Description | 
|---|
GoodnessOfFitResults(int nRows,
                    int nCols,
                    double[] hypothesisPs,
                    int nGroups)
Standard constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
listResults()
does the test and returns its results 
 | 
clone, list, list, listAll, listAll, listBasics, listIDs, listIDs, listSigStars, setLabel, zeroDescriptivespublic int nRows
public int nCols
public double[] hypoPs
public double[] actualPs
public ContTableResults[] ContResults
public ContingencyTable itsTable
public GoodnessOfFitResults(int nRows,
                            int nCols,
                            double[] hypothesisPs,
                            int nGroups)
                     throws java.lang.Exception
nRows - the number of rowsnCols - the number of columnshypothesisPs - the external probabilitiesnGroups - the number of a-priori groupsjava.lang.ExceptionCopyright 2016