|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CorrelationCoefficient
Interface implemented by classes which calculate correlation coefficients of a list of pairs of data points.
PearsonCoefficient
,
SpearmanCoefficient
Method Summary | |
---|---|
void |
feedData(Collection<Point> data)
Feeds a list of data points into the dataset. |
void |
feedData(float x,
float y)
Feeds one data point into the dataset |
void |
feedData(Point point)
Feeds one data point into the dataset |
float |
getCorrelationCoefficient()
Calculates the correlation coefficient for the current list of data points. |
Method Detail |
---|
void feedData(float x, float y)
x
- data point's xy
- data point's yvoid feedData(Collection<Point> data)
data
- list of points
.void feedData(Point point)
point
- data point to be addedfloat getCorrelationCoefficient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |