Deborah.Esther.ResultPrinterEsther
Deborah.Esther.ResultPrinterEsther.print_summary_results_Esther — Methodprint_summary_results_Esther(
data::TOMLConfigEsther.TraceDataConfig,
trace_data::Dict{String, Vector{Vector{T}}},
jackknife_data::Dict{Symbol, Any},
bootstrap_data::Dict{Symbol, Any},
bin_size::Int,
jobid::Union{Nothing, String}=nothing
) where T<:Real -> nothingPrint summary statistics (jackknife and bootstrap) for Esther results with per-observable detail.
Arguments
data::TOMLConfigEsther.TraceDataConfig: Trace data config, includes models for $\text{Tr} \, M^{-n} \; (n=1,2,3,4)$.trace_data::Dict{String, Vector{Vector{T}}}: Raw trace data (label→list of time series vectors).jackknife_data::Dict{Symbol, Any}: Dictionary of jackknife mean estimates.bootstrap_data::Dict{Symbol, Any}: Dictionary of bootstrap mean estimates.bin_size::Int: Binning size for jackknife error.jobid::Union{Nothing, String}: Optional job identifier for logging.
Behavior
Prints average and error for each observable and trace model, distinguishing model types and grouped outputs.