statsmodels.othermod.betareg.BetaResults.bootstrap¶
- BetaResults.bootstrap(*args, **kwargs)[source]¶
simple bootstrap to get mean and variance of estimator
see notes
Notes
This was mainly written to compare estimators of the standard errors of the parameter estimates. It uses independent random sampling from the original endog and exog, and therefore is only correct if observations are independently distributed.
This will be moved to apply only to models with independently distributed observations.
Last update:
Oct 03, 2024