diff --git a/stepmix/stepmix.py b/stepmix/stepmix.py index b42d1ad..182c019 100644 --- a/stepmix/stepmix.py +++ b/stepmix/stepmix.py @@ -1158,7 +1158,7 @@ def bootstrap_stats( parametric=False, progress_bar=True, ): - """Non-parametric boostrap of StepMix estimator. Obtain boostrapped parameters and some statistics + """Bootstrapping of a StepMix estimator. Obtain boostrapped parameters and some statistics (mean and standard deviation). If a covariate model is used in the structural model, the output keys "cw_mean" and "cw_std" are omitted.