{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Method

Resampling

If the sample of a controlled experiment is too small, the control group and the treatment group can be randomly combined to create new control and treatment groups. This is done to compare the significance of the experiment result versus taking a random sample. This process is called resampling. As an example, consider that a car company is testing a new production method.
Car Emoji

Each observation is the number of cars produced at a random hour. The control group is the number of the cars produced using the old production method. The treatment group is the number of the cars produced using the new method. The observations are listed on the following table. The mean of each group is also provided.

Cars Produced Mean
Control Group
Treatment Group
To compare the results of each group, the mean of the control group is subtracted from the mean of the treatment group
Looking at the difference between the means, it can be noted that the new production method seems to be more productive than the older method. However, this result can be caused by random chance since there are so few observations. To test this, a resampling will be done.
1
Combining the Measurements
expand_more

The first thing to do is to combine the measurements by assigning a number to each observation. First, the data in the control group are numbered from to

Control Group
Assigned Number

Then, the numbers from to are assigned to the treatment group.

Treatment Group
Assigned Number

Now there is a combined list of observations numbered from to

2
Creating New Control and Treatment Groups
expand_more

To create new control and treatment groups, a random number generator is used to generate numbers from to without repeating a number. In a graphing calculator, this is done by pressing going to section PRB, and selecting the function randIntNoRep( with input

The table below shows the numbers obtained.

The associated results of the first ten observations make the new control group, while the new treatment group is made of the others. For example, is recorded in the new control group since the observation is associated with cars produced. The new groups and their respective means are shown in the following table.

Cars Produced Mean
New Control Group
New Treatment Group
3
Compare the New Means
expand_more
Now the means of the new groups are compared in the same way that the means of the original groups were compared. The mean of the new control group is subtracted from the mean of the new treatment group
The new difference is less than half the difference obtained from subtracting the means of the original groups. This indicates that the results obtained from the original groups are significantly different than making the groups at random, so the new method can be determined to be better than the old one.
It is important to remember that the same data can be resampled more than once to verify the results.
Loading content