public class RawScore
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Constructor and Description |
---|
RawScore(double rawScore) |
RawScore(int numberOfItems) |
Modifier and Type | Method and Description |
---|---|
void |
addLinearTransformation(DefaultLinearTransformation linear) |
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
java.lang.Object[] |
getResponseVector() |
int[] |
getResponseVectorIndex() |
java.lang.Double[] |
getScoreVector() |
java.util.TreeMap<java.lang.String,java.lang.Double> |
getSubscaleScore() |
double |
getSubscaleScoreAt(java.lang.String subscaleKey) |
int |
hashCode() |
void |
increment(java.lang.Double score) |
void |
incrementResponseVector(java.lang.Integer position,
java.lang.Object response,
java.lang.Double score)
For holding an examinee's vector of item responses.
|
void |
incrementSubScaleScore(java.lang.String subscaleKey,
double score) |
java.lang.Integer |
intValue() |
java.lang.Double |
meanValue() |
java.lang.Double |
transformedValue() |
java.lang.Double |
value() |
java.lang.Double |
valueWithRandomUniformVariate() |
public RawScore(int numberOfItems)
public RawScore(double rawScore)
public void increment(java.lang.Double score)
public void incrementResponseVector(java.lang.Integer position, java.lang.Object response, java.lang.Double score)
position
- response
- score
- public void incrementSubScaleScore(java.lang.String subscaleKey, double score)
public void addLinearTransformation(DefaultLinearTransformation linear)
public double getSubscaleScoreAt(java.lang.String subscaleKey)
public java.util.TreeMap<java.lang.String,java.lang.Double> getSubscaleScore()
public java.lang.Double value()
public java.lang.Double meanValue()
public java.lang.Integer intValue()
public java.lang.Double transformedValue()
public java.lang.Double valueWithRandomUniformVariate()
public java.lang.Object[] getResponseVector()
public java.lang.Double[] getScoreVector()
public int[] getResponseVectorIndex()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object