The statistics module computes statistics and mean estimates for a selected value column (optionally with σ).
- Select the value column by header name
- When
σis available, weighted statistics can be used (weightw=1/σ²) - Rows with missing or non-positive
σare skipped with a log message- If
σ=0exists: it is treated as an infinite-weight anchor; conflictingσ=0values are rejected
- If
Depending on the selected mode, the result area may include:
- Mean and standard error
- Standard deviation, min and max
- Weighted effective sample size
n_eff(Kish formula) and other diagnostics
- CSV export is available
- LaTeX table generation and optional PDF compilation can be enabled