| Dataset accounting |
Raw rows, retained rows, excluded rows, duplicates, missing values, observed versus Ritz counts, wavelength/wavenumber range |
Exact flow table |
| Main detected peak |
Peak frequency f* or omega*, log-period Delta log x, scale ratio, peak power/amplitude, phase |
Estimate plus 95% CI |
| Effect size |
Null-standardized z-score, excess power over null, sinusoidal amplitude |
Do not report only a p-value |
| Pointwise significance |
Empirical Monte Carlo p-value |
p = (r + 1) / (B + 1) |
| Global significance |
Maximum-statistic p-value across the entire frequency scan |
Essential; controls the look-elsewhere effect |
| Multiple analyses |
Correction across ions, bin counts, transforms, filters, and other searched variants |
Family-wise max-statistic or Benjamini-Hochberg FDR |
| Uncertainty |
Bootstrap CI for frequency, amplitude, period, and scale ratio |
At least 2,000–5,000 resamples |
| Peak stability |
Percentage of resamples selecting the same predefined peak region; median and IQR of peak position |
Preferably at least 80% in a predefined tolerance |
| Bin stability |
Results across a predefined bin grid, e.g. 60–240 bins |
Show frequency, effect, and global p-value, not merely whether a peak appears |
| Model comparison |
Smooth-null model versus smooth-plus-log-periodic model |
Delta AIC, Delta BIC, and preferably held-out predictive score |
| Replication |
Observed versus Ritz wavelengths; training/holdout subsets; related independent line sets |
Same peak location within uncertainty |
| Calibration |
False-positive rate under synthetic nulls |
Approximately nominal 1% or 5% rate |
| Sensitivity |
Injection-recovery simulations |
Detection probability versus injected amplitude |
Goal
Extend the R analysis and reporting layer so the NIST atomic-spectra study reports a complete statistical audit rather than only peak locations and Monte Carlo p-values.
Required reporting standard
f*oromega*, log-periodDelta log x, scale ratio, peak power/amplitude, phasep = (r + 1) / (B + 1)Implementation requirements
1/(B+1).Suggested R modules
R/build_dataset_flow.RR/bootstrap_peak_uncertainty.RR/peak_stability.RR/run_bin_grid.RR/model_comparison.RR/run_holdout_replication.RR/global_multiple_testing.RR/calibrate_false_positive_rate.RR/run_injection_recovery.RR/render_statistical_audit.RAcceptance criteria