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

Method getVectorVariance

core/src/main/java/io/ddf/DDF.java:1072–1075  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

1070 }
1071
1072 public Double[] getVectorVariance(String columnName) throws DDFException {
1073 // TODO need to check columnName
1074 return this.getStatisticsSupporter().getVectorVariance(columnName);
1075 }
1076
1077 public Double getVectorMean(String columnName) throws DDFException {
1078 // TODO need to check columnName

Callers 1

testVectorVarianceMethod · 0.95

Calls 2

getVectorVarianceMethod · 0.65

Tested by 1

testVectorVarianceMethod · 0.76