MCPcopy Create free account
hub / github.com/ddf-project/DDF / getVectorCor

Method getVectorCor

core/src/main/java/io/ddf/DDF.java:1097–1100  ·  view source on GitHub ↗
(String xColumnName, String yColumnName)

Source from the content-addressed store, hash-verified

1095 }
1096
1097 public Double getVectorCor(String xColumnName, String yColumnName) throws DDFException {
1098 // TODO need to check columnName
1099 return this.getStatisticsSupporter().getVectorCor(xColumnName, yColumnName);
1100 }
1101
1102 public Double getVectorCovariance(String xColumnName, String yColumnName) throws DDFException {
1103 // TODO need to check columnName

Callers

nothing calls this directly

Calls 2

getVectorCorMethod · 0.65

Tested by

no test coverage detected