PartQ5 '5
PartQ5 '5
A bootstrap sample is a resampling technique where samples are drawn with replacement from
the original dataset, and the sample size remains the same as the original dataset. Here are the
examples:
o This is also a possible bootstrap sample for the same reasons as above. The
order of elements can vary, and some values may be repeated due to sampling
with replacement.
o This is not a bootstrap sample because it does not have the same size as the
original sample. Bootstrap samples must have the same number of observations
as the original dataset.
In summary, the first two examples are valid bootstrap samples because they are drawn with
replacement and maintain the original sample size. The third example is not a bootstrap sample
because it fails to meet the size requirement.