Skip to main content

Section 7.4 Exercises

Checkpoint 7.4.1.

The file β€œpop2.csv” contains information associated to the blood pressure of an imaginary population of size 100,000. The file can be found on the internet (http://pluto.huji.ac.il/~msby/StatThink/Datasets/pop2.csv). The variables in this file are:
id
A numerical variable. A 7 digits number that serves as a unique identifier of the subject.
sex
A factor variable. The sex of each subject. The values are either β€œMALE” or β€œFEMALE”.
age
A numerical variable. The age of each subject.
bmi
A numerical variable. The body mass index of each subject.
systolic
A numerical variable. The systolic blood pressure of each subject.
diastolic
A numerical variable. The diastolic blood pressure of each subject.
group
A factor variable. The blood pressure category of each subject. The values are β€œNORMAL” if both the systolic blood pressure is within its normal range (between 90 and 139) and the diastolic blood pressure is within its normal range (between 60 and 89). The value is β€œHIGH” if either measurements of blood pressure are above their normal upper limits and it is β€œLOW” if either measurements are below their normal lower limits.
Our goal in this question is to investigate the sampling distribution of the sample average of the variable β€œbmi”. We assume a sample of size \(n=150\text{.}\)
  1. Compute the population average of the variable β€œbmi”.
  2. Compute the population standard deviation of the variable β€œbmi”.
  3. Compute the expectation of the sampling distribution for the sample average of the variable.
  4. Compute the standard deviation of the sampling distribution for the sample average of the variable.
  5. Identify, using simulations, the central region that contains 80% of the sampling distribution of the sample average.
  6. Identify, using the Central Limit Theorem, an approximation of the central region that contains 80% of the sampling distribution of the sample average.

Checkpoint 7.4.2.

A subatomic particle hits a linear detector at random locations. The length of the detector is 10 nm and the hits are uniformly distributed. The location of 25 random hits, measured from a specified endpoint of the interval, are marked and the average of the location computed.
  1. What is the expectation of the average location?
  2. What is the standard deviation of the average location?
  3. Use the Central Limit Theorem in order to approximate the probability the average location is in the left-most third of the linear detector.
  4. The central region that contains 99% of the distribution of the average is of the form \(5 \pm c\text{.}\) Use the Central Limit Theorem in order to approximate the value of c.