djutils v2.1.5
Updates in djutils-stats project:
Addressed Issue #5.
- The
Tally
,Counter
,WeightedTally
andTimestampWeightedTally
classes have reporting methods to a String. When iterating over multiple statistics to make a table, thereportHeader()
andreportFooter()
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.