Deborah.Esther.SummaryWriterEsther

Deborah.Esther.SummaryWriterEsther.write_summary_file_EstherMethod
write_summary_file_Esther(
    data::TOMLConfigEsther.TraceDataConfig,
    summary_jackknife::Dict{String, Tuple{T, T}},
    summary_bootstrap::Dict{String, Tuple{T, T}},
    overall_name::String,
    analysis_dir::String,
    jobid::Union{Nothing, String}=nothing
) where T<:Real -> Nothing

Write summary statistics (jackknife and bootstrap) to a file for Esther results.

Arguments

  • data: Trace data configuration including $\text{Tr} \, M^{-n} \; (n=1,2,3,4)$ model names.
  • summary_jackknife: Dictionary of $(\mu, \sigma)$ from jackknife estimates.
  • summary_bootstrap: Dictionary of $(\mu, \sigma)$ from bootstrap estimates.
  • overall_name: Identifier for output file naming.
  • analysis_dir: Target directory to save the summary file.
  • jobid::Union{Nothing, String} : Optional job ID for logging.

Output

  • Writes formatted summary lines to summary_Esther_<overall_name>.dat under analysis_dir.
  • Includes model-wise results $\text{Tr} \, M^{-n} \; (n=1,2,3,4)$, $Q_n \; (n=1,2,3,4)$, and condensed observables (cond, susp, skew, kurt).
source