You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to suggest a new feature. I would like to be able to do bootstrap resampling to get a confidence interval. You can find an example of how it works here: scipy.stats.bootstrap().
The text was updated successfully, but these errors were encountered:
@johnkerl yes I did, but I failed to see how I could sample do confidence interval using bootstrap. I would need to sample 1000 x len(data), group the data in 1000 batches of len(data), perform mean on each batch then do symetric percentile 5%. How to I add the batch id in order to group the data in 1000 batches of len(data)?
Hi,
I would like to suggest a new feature. I would like to be able to do bootstrap resampling to get a confidence interval. You can find an example of how it works here: scipy.stats.bootstrap().
The text was updated successfully, but these errors were encountered: