<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Bootstrapping_%28statistics%29</id>
	<title>Bootstrapping (statistics) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Bootstrapping_%28statistics%29"/>
	<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Bootstrapping_(statistics)&amp;action=history"/>
	<updated>2026-04-24T14:47:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.com/index.php?title=Bootstrapping_(statistics)&amp;diff=5623708&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Bootstrapping_(statistics)&amp;diff=5623708&amp;oldid=prev"/>
		<updated>2024-04-18T02:09:57Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:_Illustration_bootstrap.svg| Illustration bootstrap|thumb]] [[File:Poisson_approximation_to_Binomial.svg|Poisson approximation to Binomial|thumb|left]] [[File:MedianHists.png|left]]|MedianHists|thumb|left]]|thumb|left]] &amp;#039;&amp;#039;&amp;#039;Bootstrapping (statistics)&amp;#039;&amp;#039;&amp;#039; is a [[resampling]] method used in [[statistics]] to estimate the distribution of a [[sample statistic]]. It involves repeatedly drawing samples, with replacement, from an observed dataset and calculating the statistic of interest for each sample. This method allows for the estimation of the sampling distribution of almost any statistic using random sampling methods. Bootstrapping is a powerful tool because it does not rely on the assumption of normality and can be applied in situations where the theoretical distribution of the statistic is unknown or difficult to derive.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Bootstrapping was introduced by [[Bradley Efron]] in 1979 and has since become a fundamental technique in statistical inference. The basic idea is to create a &amp;quot;bootstrap&amp;quot; sample by randomly selecting observations from the original dataset with replacement. This process is repeated a large number of times (typically thousands or more), and for each bootstrap sample, the desired statistic is computed. The collection of these statistics forms an empirical distribution, which can then be used to estimate properties such as the mean, variance, confidence intervals, and hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
==Procedure==&lt;br /&gt;
The general procedure for bootstrapping involves several steps:&lt;br /&gt;
# From the original dataset of size &amp;#039;&amp;#039;n&amp;#039;&amp;#039;, draw a sample of size &amp;#039;&amp;#039;n&amp;#039;&amp;#039; with replacement. This sample is known as a bootstrap sample.&lt;br /&gt;
# Calculate the statistic of interest for the bootstrap sample.&lt;br /&gt;
# Repeat steps 1 and 2 a large number of times (e.g., 1000 or 10000 times) to create a distribution of the bootstrap statistics.&lt;br /&gt;
# Use the distribution of bootstrap statistics to estimate the desired characteristics of the sampling distribution of the statistic (e.g., its variance, bias, confidence intervals).&lt;br /&gt;
&lt;br /&gt;
==Types of Bootstrapping==&lt;br /&gt;
There are several types of bootstrapping methods, including but not limited to:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Non-parametric bootstrapping&amp;#039;&amp;#039;&amp;#039;: The most straightforward form, which does not assume any specific parametric form for the data distribution.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Parametric bootstrapping&amp;#039;&amp;#039;&amp;#039;: Assumes that the data follow a certain distribution and samples are drawn from that distribution instead of the original dataset.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Block bootstrapping&amp;#039;&amp;#039;&amp;#039;: Used for data that are correlated over time, such as time series data, where blocks of data are resampled instead of individual observations.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
Bootstrapping is used in various statistical applications, including:&lt;br /&gt;
* Estimating the distribution of a sample mean or median&lt;br /&gt;
* Constructing confidence intervals for a population parameter&lt;br /&gt;
* Hypothesis testing&lt;br /&gt;
* Model selection and validation in machine learning&lt;br /&gt;
&lt;br /&gt;
==Advantages and Limitations==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Advantages:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Does not require the assumption of normality or other specific distributional assumptions.&lt;br /&gt;
* Can be applied to complex estimators or those with no closed-form distribution.&lt;br /&gt;
* Useful in situations with small sample sizes.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Limitations:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Bootstrap methods can be computationally intensive, especially with large datasets and a high number of resampling iterations.&lt;br /&gt;
* Not always appropriate for data with strong dependencies, such as time series, without modifications (e.g., block bootstrapping).&lt;br /&gt;
* The accuracy of bootstrap confidence intervals can depend on the choice of the method (e.g., percentile method, BCa method).&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Bootstrapping is a versatile and powerful statistical tool that has broad applications in statistical inference. Its ability to estimate the distribution of a statistic without relying on strict assumptions about the population from which the sample is drawn makes it invaluable in practical statistical analysis and research.&lt;br /&gt;
&lt;br /&gt;
[[Category:Statistical methods]]&lt;br /&gt;
[[Category:Resampling (statistics)]]&lt;br /&gt;
{{statistics-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>