JavaGrinders
Class GoodnessOfFitResults
java.lang.Object
JavaGrinders.Descriptives
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
| 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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nRows
public int nRows
nCols
public int nCols
hypoPs
public double[] hypoPs
ContResults
public ContTableResults[] ContResults
itsTable
public ContingencyTable itsTable
GoodnessOfFitResults
public GoodnessOfFitResults(int nRows,
int nCols,
double[] hypothesisPs,
int nGroups)
- Standard constructor
- Parameters:
nRows - the number of rowsnCols - the number of columnshypothesisPs - the external probabilitiesnGroups - the number of a-priori groups
listResults
public void listResults()
- does the test and returns its results