Statistic Reporter
A class to help with making useful statistical reports. Creates summary reports as StringBuilders based on the supplied list of statistics
Author
rossetti
Parameters
a list containing the StatisticAccessorIfc instances
Properties
Functions
Converts the statistics in the reporter to a data frame containing the statistical data with confidence intervals specified the supplied level. The default level is 0.95.
The confidence intervals for the statistics on the report with the key being the name of the statistic
Gets all the statistics in comma separated value format
Changes the number of decimal places in the average reporting.
Finds the number of characters of the statistic with the longest name
The summary statistics are presented with half-widths
List of StringBuilder representing LaTeX tables
Gets statistics as LaTeX tabular. Each StringBuilder in the list represents a tabular with a maximum number of rows
Changes the number of spaces for printing the names
Gets the Summary Report as a StringBuilder
List of StringBuilder representing LaTeX tables
Gets statistics as LaTeX tabular. Each StringBuilder in the list represents a tabular with a maximum number of rows