()
| 1017 | |
| 1018 | // Calculate summary statistics of the DDF |
| 1019 | public Summary[] getSummary() throws DDFException { |
| 1020 | return this.getStatisticsSupporter().getSummary(); |
| 1021 | } |
| 1022 | |
| 1023 | public FiveNumSummary[] getFiveNumSummary() throws DDFException { |
| 1024 | return this.getStatisticsSupporter().getFiveNumSummary(this.getColumnNames()); |