(String xColumnName, String yColumnName)
| 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 |
nothing calls this directly
no test coverage detected