public interface ScoreReliability
Modifier and Type | Method and Description |
---|---|
double[] |
confidenceInterval()
Confidence interval for the reliability estimate computed using the F-distribution.
|
java.lang.String |
confidenceIntervalToString(double[] confidenceInterval)
Creates a String representation of the confidence interval.
|
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.
|
double |
totalVariance()
Total observed score variance.
|
double |
value()
Estimates reliability.
|
double[] itemDeletedReliability()
double value()
java.lang.String printItemDeletedSummary(java.util.ArrayList<VariableAttributes> var)
var
- VariableAttributes that provide the variable names.ScoreReliabilityType getType()
double[] confidenceInterval()
java.lang.String confidenceIntervalToString(double[] confidenceInterval)
confidenceInterval
- an array with the lower [0] and upper [1] bounds of the confidence intervaldouble totalVariance()