# Bootstrapping

{% hint style="success" %}
The use of resampled data to perform statistical inference.&#x20;
{% endhint %}

### How to Compute a Bootstrap Replicate

Choose n number of random data points from the n data points to make it a replica of the original data set but with random (with duplicate) choices. Then calculate the params (mean, std etc) again and again.
