public abstract class AbstractPolyserialCorrelation extends java.lang.Object implements PolyserialCorrelation
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
incremental |
protected double |
N |
protected org.apache.commons.math3.distribution.NormalDistribution |
norm |
protected double[] |
thresholds |
protected org.apache.commons.math3.util.ResizableDoubleArray |
x |
protected org.apache.commons.math3.util.ResizableDoubleArray |
y |
| Constructor and Description |
|---|
AbstractPolyserialCorrelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
increment(double x,
int y) |
void |
summarize() |
void |
summarize(double[] x,
int[] y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetThresholds, print, valueprotected org.apache.commons.math3.util.ResizableDoubleArray x
protected org.apache.commons.math3.util.ResizableDoubleArray y
protected org.apache.commons.math3.distribution.NormalDistribution norm
protected double[] thresholds
protected double N
protected boolean incremental