data Statistical Summary
Appends a self-contained section summarising the characteristics of the raw data held by data, with no plots.
Produces (inside a section titled caption or "Data Statistical Summary"):
Overview paragraph — n, mean, std dev, zero count, negative count
StatPropertyTable— full 18-row property sheet on the sample statisticsBox Plot Summary sub-section — five-number summary + fence values as a
DataTable; outlier summary table (Category | Fence Range | Count | Obs. Min | Obs. Max); when showOutlierValues istrue, per-category detail tables listing individual outlier values are appended after the summary tableHistogram sub-section — bin frequency table + statistics on binned data (no plot; call dataVisualization for the histogram plot)
Shift Parameter Analysis sub-section — estimated left-shift, zero/negative flags, tolerance, and bootstrap 95 % CI for the minimum
Parameters
the PDFData whose sample will be summarised
optional section title
confidence level for the StatPropertyTable CI; must be in (0, 1)
when false (default) each outlier category is summarised in a single row (count, observed min/max). When true, a per-category DataTable listing every individual outlier value is appended for each non-empty category.