public abstract class AbstractScoreReliability extends java.lang.Object implements ScoreReliability, java.lang.Comparable<ScoreReliability>
Modifier and Type | Field and Description |
---|---|
protected CovarianceMatrix |
matrix |
protected int |
nItems |
Constructor and Description |
---|
AbstractScoreReliability() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ScoreReliability that) |
double[] |
confidenceInterval()
This confidence interval applies to Coefficient alpha because it has a known sampling distribution.
|
java.lang.String |
confidenceIntervalToString(double[] confidenceInterval)
Creates a String representation of the confidence interval.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
double |
totalVariance()
Total observed score variance.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getType, itemDeletedReliability, printItemDeletedSummary, value
protected CovarianceMatrix matrix
protected int nItems
public double totalVariance()
ScoreReliability
totalVariance
in interface ScoreReliability
public double[] confidenceInterval()
confidenceInterval
in interface ScoreReliability
public java.lang.String confidenceIntervalToString(double[] confidenceInterval)
ScoreReliability
confidenceIntervalToString
in interface ScoreReliability
confidenceInterval
- an array with the lower [0] and upper [1] bounds of the confidence intervalpublic int compareTo(ScoreReliability that)
compareTo
in interface java.lang.Comparable<ScoreReliability>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object