averbraeck / djutils

Delft Java Utilities for statistics, stochastics, data analysis and serialization
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add console reporting to statistics #3

Closed averbraeck closed 1 year ago

averbraeck commented 1 year ago

Analogous to the Python implementation, all statistics should be able to report the most important values in a monospaced textual table. Three methods need to be implemented for each statistics class:

averbraeck commented 1 year ago

Reporting functions implemented and tested.