FitResults#
- class jetset.minimizer.FitResults(name, mm, parameters, calls, mesg, success, chisq, dof, chisq_red, null_hyp_sig, wd, chisq_no_UL=None, dof_no_UL=None, chisq_red_no_UL=None, null_hyp_sig_no_UL=None)[source]#
Bases:
objectContainer for fit statistics and parameter-report state.
Notes
Instances are produced after minimization and collect convergence information, chi-square metrics (optionally including UL-free variants), and parameter tables used by reporting and serialization helpers.
Attributes Summary
Bestfit table.
Methods Summary
load_report(file_name)Load object state from disk.
save_report([name])Save object state to disk.
Print the formatted fit report to stdout.
Refresh cached report tables from current parameter state.
Attributes Documentation
- bestfit_table#
Bestfit table.
- Returns:
Requested value.
- Return type:
object
Methods Documentation
- classmethod load_report(file_name)[source]#
Load object state from disk.
- Parameters:
file_name (object) – Input/output file path.
- Returns:
Loaded object.
- Return type:
object
- save_report(name=None)[source]#
Save object state to disk.
- Parameters:
name (object, optional) – Name identifier.