Solved – Resampling large dataset

bootstraplarge dataresampling

I have learned that resampling e.g. bootstrapping could give us better results for some problems. If we have a huge data set (millions of values) does it make sense to do some kind of resampling or these methods are only suitable when the data set is not that big?

Best Answer

There is no reason why bootstrapping would be inappropriate with a large dataset, if inappropriate means deliver bad results because of the size. However, depending on how large the dataset and how complex the calculations that need to be done, there might be cost or efficiency problems.