public abstract class AbstractItemFitStatistic extends java.lang.Object implements ItemFitStatistic
| Modifier and Type | Field and Description |
|---|---|
protected double[][] |
expectedValues |
protected ItemResponseModel |
irm |
protected int |
minExpectedCellCount |
protected int |
numberOfBins |
protected int |
numberOfCategories |
protected double[] |
rowMargin |
protected double[] |
rowThetaSum |
protected double[][] |
table |
protected int |
totalCount |
protected boolean[] |
validRow |
| Constructor and Description |
|---|
AbstractItemFitStatistic() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
condenseTable() |
double |
getFrequencyAt(int i,
int k) |
double |
getProportionAt(int i,
int k) |
int |
getTotalCount() |
protected void |
initialize() |
java.lang.String |
printContingencyTable(java.lang.String title,
boolean observedFrequencies) |
java.lang.String |
printMirtFormatTable(boolean validRowsOnly)
Prints output in similar way to mirt package in R.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, getDegreesOfFreedom, getPValue, getThetaAt, getValueprotected int numberOfBins
protected int numberOfCategories
protected int minExpectedCellCount
protected int totalCount
protected double[][] table
protected double[] rowMargin
protected double[] rowThetaSum
protected boolean[] validRow
protected double[][] expectedValues
protected ItemResponseModel irm
protected void initialize()
protected void condenseTable()
public int getTotalCount()
public double getFrequencyAt(int i,
int k)
getFrequencyAt in interface ItemFitStatisticpublic double getProportionAt(int i,
int k)
getProportionAt in interface ItemFitStatisticpublic java.lang.String printContingencyTable(java.lang.String title,
boolean observedFrequencies)
public java.lang.String printMirtFormatTable(boolean validRowsOnly)