public class KR21 extends AbstractScoreReliability
matrix, nItems
Constructor and Description |
---|
KR21(int numberOfItems,
double testMean,
double testStdDev) |
KR21(int numberOfItems,
double testMean,
double testStdDev,
boolean unbiased) |
Modifier and Type | Method and Description |
---|---|
ScoreReliabilityType |
getType()
Type of reliability estimate
|
double[] |
itemDeletedReliability()
An array of reliability estimates without the item indexed by the position in the array.
|
java.lang.String |
printItemDeletedSummary(java.util.ArrayList<VariableAttributes> var)
A String representation of all item deleted reliability estimates.
|
java.lang.String |
toString() |
double |
value()
Estimates reliability.
|
compareTo, confidenceInterval, confidenceIntervalToString, equals, hashCode, totalVariance
public KR21(int numberOfItems, double testMean, double testStdDev, boolean unbiased)
public KR21(int numberOfItems, double testMean, double testStdDev)
public ScoreReliabilityType getType()
ScoreReliability
public double value()
ScoreReliability
public double[] itemDeletedReliability()
ScoreReliability
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String printItemDeletedSummary(java.util.ArrayList<VariableAttributes> var)
ScoreReliability
var
- VariableAttributes that provide the variable names.