values,
as we change the sample size, n, used to calculate each
value, as well as how the standard deviation of the
collection of all
values
changes with the sample size n. To get started, we need to make up a
population of numbers. We will then draw our samples from this
population.
| Roll
1 |
Roll
2 |
Roll
3 |
Roll
4 |
Roll
5 |
Roll
6 |
Roll
7 |
|
| randInt output |
|||||||
| Value of Y |
We will now draw several samples from our population and
calculate
and SX
for each
sample. To do this, we will use the indicies beside each individual in
our population as our labels, and then use our calculator's randInt
command
(do NOT seed your calculator however) to select our samples.
We would use randInt(1,N,4) to select an SRS of size 4
(N is the total size of the population). Of
course, we must now remove duplicates in our samples (now we do
NOT want repeated individuals in our samples) with repeated
calls to the command randInt(1,N).
Once we have an SRS of the correct number of labels, we take the
individuals from the population corresponding to those labels and
enter them into L2 (using the STAT Editor). We can then calculate their
mean and statndard deviation by running 1-VarStats on L2. For
example, if your randInt command
returns the values 38, 12, 9, 2, then you will use the individuals
(from the population) next to labels 38, 12, 9 and 2, for your
calculations. Do NOT simply
average the numbers returned by your randInt command
(those are just labels, not individuals from the population).
You need to get the individuals in your sample into L2. You can simply
read off the individual values from your stat-editor (scroll down to
entries numbered 38, 12, 9, and 2 in L1), record them in the table
below, and then type them directly into L2 (using the stat editor), or
better yet, in your stat-editor screen, clear out the values in L2, and
simply type L1(38) as the first entry for L2, L1(12) for the second
entry in L2, and so on. Each time you press enter, your calculator will
display the corresponding individual from L1 (which you can copy into
the table below) in the appropriate spot in L2. Then you can run 1-VarStats L2 and record the
mean (
) and standard
deviation (SX because now L2 does NOT contain the entire
population, but a sample from the population) of your sample.
and Sx values to the stem-plots of class data
on the board (rounded to
one decimal place).| Sample | SRS labels | Individuals | ![]() |
Sx |
| 1 | ||||
|
|
||||
|
|
||||
| 4 |
||||
| 5 |
||||
| 6 |
||||
| 7 |
values in their samples?
values,
they
are standard deviations caculated from different Y-values from our
population. We will see
below where the standard deviation of
comes
into play. The classes values of Sx should bunch
up around the population standard deviation (which you found in
question 3). Does the class stem-plot of Sx values "bunch up" around
the population standard deviation?
values. Just by
looking, estimate the center of this data collection. Is
this data more or less spread out than the population (look at the min
and max as a crude measure)?
values to the class data set on the board (rounded to
one
decimal place). You can use the process described above for entering
the individuals in your sample into L2, and running 1-VarStats on L2 to
calculate your sample means. That is, record your labels below, then go
to your STAT Editor screen and clear out the entries in L2. You can
enter each of the new individuals in these samples into L2 by typing
L1(k), where k is one of your labels returned by your randInt command,
on each of the first 4 lines of L2.| Sample | Labels |
Individuals | sample mean |
| 1 | |||
|
|
|||
|
|
|||
| 4 |
|||
| 5 |
values from samples of size 4. This is an estimate of the distribution
(except now we have
n = 4 instead of n = 2). Does this stem-plot look more Normal than the
population?
values from samples
of size 4 compare to the spread of the population? How about the spread
of the
values from samples of size 2?| Sample | Labels |
Individuals | sample mean |
| 1 | |||
|
|
|||
|
|