- Scenario:
- Each newborn child is rated on the Apgar scale immediately after birth.
- Possible ratings range from to .
- The Apgar scale is a quick assessment tool used to evaluate the health of newborns.
- It consists of five criteria, each scored from 0 to 2:
- Appearance: Skin color
- 0: Blue or pale all over
- 1: Pink body with blue extremities
- 2: Completely pink
- Pulse: Heart rate
- 0: No pulse
- 1: Less than 100 beats per minute
- 2: Over 100 beats per minute
- Grimace: Reflex response
- 0: No response
- 1: Grimace or weak cry when stimulated
- 2: Crying and active response to stimulation
- Activity: Muscle tone
- 0: Limp
- 1: Some flexion of arms and legs
- 2: Active movement
- Respiration: Breathing effort
- 0: Not breathing
- 1: Weak, irregular breathing
- 2: Good, strong cry
- Total Score:
- The scores from each category are summed, with a maximum possible score of 10.
- Higher scores indicate better health.
- Random variable definition:
- Let denote the Apgar score of a randomly selected child born at a certain hospital during the next year.
- Probability mass function (pmf) of :
- The pmf provides the probabilities associated with each possible value of .
- Possible values of are:
x | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
---|---|---|---|---|---|---|---|---|---|---|---|
p(x) | .002 | .001 | .002 | .005 | .02 | .04 | .18 | .37 | .25 | .12 | .01 |
Then the mean value of is
- Context of the Apgar score:
- The Apgar score can take values from to .
- While the score (the mean) is a calculated value, it is not a possible score for an individual child.
- Conceptual population:
- The pmf serves as a model for a conceptual population that includes all possible values of :
- This conceptual population does not refer to an existing set of newborns but is based on the distribution of scores across many hypothetical future children.
- Mean of the conceptual population:
- The mean value of this conceptual population is given by:
- This value reflects the average Apgar score one would expect if many children were rated, providing insight into overall health assessments.
- Interpretation:
- While the mean is not an achievable score for an individual, it helps summarize the expected outcome for a large group based on the distribution modeled by the pmf.