Générer un échantillon de bootstrap

# Generate bootstrap sample: data
data = np.random.choice(array, size=number_of_samples)
josh.ipynb