public class IrtTrueScoreEquating
extends java.lang.Object
Constructor and Description |
---|
IrtTrueScoreEquating(java.util.LinkedHashMap<java.lang.String,ItemResponseModel> itemFormX,
java.util.LinkedHashMap<java.lang.String,ItemResponseModel> itemFormY) |
Modifier and Type | Method and Description |
---|---|
void |
equateScores()
Primary method for conducting the IRT true score equating.
|
double[] |
getFormXThetaValues() |
double[] |
getScorePoints()
Score points at which y equivalent is sought
|
char[] |
getStatus()
Newton-Rhapson convergence status
|
double[] |
getYEquivalentTrueScores() |
java.lang.String |
printResults()
Display results in text format with this method.
|
double |
xTrueScoreToTheta(double trueScore)
Find Form X theta values that corresponds to a particular true score.
|
public IrtTrueScoreEquating(java.util.LinkedHashMap<java.lang.String,ItemResponseModel> itemFormX, java.util.LinkedHashMap<java.lang.String,ItemResponseModel> itemFormY)
public double xTrueScoreToTheta(double trueScore)
trueScore
- value for which form X theta is soughtpublic void equateScores()
public double[] getScorePoints()
public double[] getFormXThetaValues()
public double[] getYEquivalentTrueScores()
public char[] getStatus()
public java.lang.String printResults()