Deborah.DeborahCore.ResultPrinterDeborah

Deborah.DeborahCore.ResultPrinterDeborah.print_summary_results_DeborahMethod
print_summary_results_Deborah(
    data::TOMLConfigDeborah.TraceDataConfig,
    trace_data::Dict{String, Vector{Vector{T}}},
    bootstrap_data::Dict{Symbol, Any},
    bin_size::Int,
    jobid::Union{Nothing, String}=nothing
) where T<:Real -> Nothing

Print summary statistics (jackknife and bootstrap) for Deborah.DeborahCore results.

Arguments

  • data::TOMLConfigDeborah.TraceDataConfig: Trace data configuration, includes model info.
  • trace_data::Dict{String, Vector{Vector{T}}}: Raw trace data per observable (labellist of time series vectors).
  • bootstrap_data::Dict{Symbol, Any}: Dictionary holding resampled mean values.
  • bin_size::Int: Binning size for jackknife error.
  • jobid::Union{Nothing, String}: Optional job identifier for logging.

Behavior

Prints per-observable average with error for each statistical method.

source