public class PolyserialPlugin
extends java.lang.Object
Constructor and Description |
---|
PolyserialPlugin() |
Modifier and Type | Method and Description |
---|---|
double[] |
getThresholds() |
void |
increment(double x,
int y) |
double |
spuriousCorrectedPearsonCorrelation()
Correct pearson correlation for spuriousness due to including the studied
item score Y in the computation of X values.
|
double |
spuriousCorrectedValue()
Correct polyserial correlation for spuriousness due to including the studied
item score Y in the computation of X values.
|
double |
value() |
public void increment(double x, int y)
public double[] getThresholds()
public double value()
public double spuriousCorrectedPearsonCorrelation()
public double spuriousCorrectedValue()