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

Method getVectorCovariance

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

Source from the content-addressed store, hash-verified

1100 }
1101
1102 public Double getVectorCovariance(String xColumnName, String yColumnName) throws DDFException {
1103 // TODO need to check columnName
1104 return this.getStatisticsSupporter().getVectorCovariance(xColumnName, yColumnName);
1105 }
1106
1107 public Double getVectorMin(String columnName) throws DDFException {
1108 // TODO need to check columnName

Callers

nothing calls this directly

Calls 2

getVectorCovarianceMethod · 0.65

Tested by

no test coverage detected