public class RaschCategoryFitStatistic
extends java.lang.Object
| Constructor and Description |
|---|
RaschCategoryFitStatistic(java.lang.Integer k,
byte[] scoreWeight) |
| Modifier and Type | Method and Description |
|---|---|
double |
getUnweightedMeanSquare()
Computes and the returns the OUTFIT mean square fit statistic.
|
double |
getWeightedMeanSquare()
Computes and then returns the INFIT mean square fit statistic.
|
void |
increment(double Xni,
double theta,
ItemResponseModel model) |
double |
kurtosisOfResponse(ItemResponseModel irm,
double theta)
Kurtosis of response Xni.
|
double |
varianceOfResponse(ItemResponseModel irm,
double theta)
Variance of response Xni.
|
public RaschCategoryFitStatistic(java.lang.Integer k,
byte[] scoreWeight)
public void increment(double Xni,
double theta,
ItemResponseModel model)
public double getUnweightedMeanSquare()
public double getWeightedMeanSquare()
public double varianceOfResponse(ItemResponseModel irm, double theta)
theta - examinee abilitypublic double kurtosisOfResponse(ItemResponseModel irm, double theta)
theta -