An open API service indexing awesome lists of open source software.

https://github.com/rbhatia46/confidence-interval-using-bootstrapping

Computing the confidence intervals using Bootstrapping. It is very useful when we have to compute the confidence interval for any other statistic apart from mean(where CLT can be used) given we dont know anything about the underlying distribution of the data.
https://github.com/rbhatia46/confidence-interval-using-bootstrapping

Last synced: 7 months ago
JSON representation

Computing the confidence intervals using Bootstrapping. It is very useful when we have to compute the confidence interval for any other statistic apart from mean(where CLT can be used) given we dont know anything about the underlying distribution of the data.

Awesome Lists containing this project

README

          

# Confidence-Interval-Using-Bootstrapping
Computing the confidence intervals using Bootstrapping. It is very useful when we have to compute the confidence interval for any other statistic(median, std-dev, 95th percentile, etc.) apart from mean(where CLT can be used) given we dont know anything about the underlying distribution of the data.