clvkit.clv.ParameterUncertainty#
- class ParameterUncertainty(data, *, model_name, n_replicates, confidence, seed)[source]#
Bases:
objectPer-parameter estimate, bootstrap standard error, and percentile interval.
Rich by default like every clvkit result — it draws itself — but
to_pandas()is the universal escape hatch. Indexed by parameter name, in the model’s own order, with columnsestimate, se, ci_low, ci_high.- Parameters: