clvkit.plotting.plot_parameter_uncertainty#
- plot_parameter_uncertainty(result, *, ax=None, **kwargs)[source]#
Draw each fitted parameter as a point with its bootstrap interval.
One row per parameter, the estimate marked and the percentile interval as a horizontal bar, so a reader sees at a glance which parameters the data pins down and which it barely constrains.
- Parameters:
result (ParameterUncertainty)
ax (Axes | None)
- Return type:
Axes