From 3292105bd81cf6d9c40f5bfb561d1e1838d58d02 Mon Sep 17 00:00:00 2001 From: sachaMorin Date: Thu, 15 Feb 2024 10:24:40 -0500 Subject: [PATCH] Update bootstrap_stats doc --- stepmix/stepmix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.