Skip to content

djutils v2.1.5

Compare
Choose a tag to compare
@averbraeck averbraeck released this 17 Jan 23:39
· 413 commits to main since this release

Updates in djutils-stats project:

Addressed Issue #5.

  • The Tally, Counter, WeightedTally and TimestampWeightedTally classes have reporting methods to a String. When iterating over multiple statistics to make a table, the reportHeader() and reportFooter() methods were not accessible because there is no instance yet on which to call the header or footer method. This problem has been solved by making these methods static.

Addressed Issue #6.

  • In the TimestampWeightedTally.reportLine() method the header did not match with the content. This has been repaired.