|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the variable type.T
- the correlation result type.public interface Correlator<V,T extends CorrResult>
This interface is used to represent correlation statistic computers.
Method Summary | |
---|---|
T |
corr(java.util.Collection<java.lang.Double> xValues,
java.util.Collection<java.lang.Double> yValues)
Computes and returns the correlation statistic of the provided x and y values. |
T |
corr(java.lang.Double[] xValues,
java.lang.Double[] yValues)
Computes and returns the correlation statistic of the provided x and y values. |
T |
corr(java.util.Map<? extends V,java.lang.Double> xValues,
java.util.Map<? extends V,java.lang.Double> yValues)
Computes and returns the correlation statistic of the provided x and y values. |
Method Detail |
---|
T corr(java.util.Map<? extends V,java.lang.Double> xValues, java.util.Map<? extends V,java.lang.Double> yValues)
xValues
- variables mapped to their values.yValues
- variables mapped to their values.
T corr(java.util.Collection<java.lang.Double> xValues, java.util.Collection<java.lang.Double> yValues)
xValues
- an ordered collection of values.yValues
- an ordered collection of values.
T corr(java.lang.Double[] xValues, java.lang.Double[] yValues)
xValues
- an array of values.yValues
- an array of values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |