STAT 109 Biostatistics Review (Chapters 1 - 3)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Comprehensive Question and Answer flashcards covering Chapters 1 through 3 of STAT 109 Biostatistics, including definitions, formulas, rules of probability, and screening test evaluation metrics.

Last updated 2:26 PM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

What is the main concern of descriptive statistics?

Organizing, summarizing, and describing data.

2
New cards

What is the primary objective of inferential statistics?

Drawing inferences and reaching decisions about a population when only a sample of the data is observed.

3
New cards

What are the four main sources of data mentioned in Biostatistics?

1) Routinely kept records, 2) Surveys, 3) Experiments, and 4) External sources.

4
New cards

How is a discrete quantitative variable defined?

A quantitative variable that has jumps or gaps between its values, such as family size or number of patients.

5
New cards

How is a continuous quantitative variable defined?

A quantitative variable with no gaps between values that can take any value within a certain interval, such as height or blood sugar level.

6
New cards

What distinguishes an ordinal qualitative variable from a nominal qualitative variable?

An ordinal variable classifies observations into ranked or ordered categories, whereas a nominal variable classifies them into non-ranked categories.

7
New cards

What is simple random sampling?

A sampling method where a sample of size nn is selected from a population of size NN in such a way that each element has the same chance of being selected.

8
New cards

What is stratified random sampling?

A sampling method where population elements are classified into homogeneous groups (strata), and an independent simple random sample is drawn from each group.

9
New cards

What is the formula for calculating the mid-point of a class interval?

Mid-point=upper limit+lower limit2\text{Mid-point} = \frac{\text{upper limit} + \text{lower limit}}{2}

10
New cards

How are the true upper and lower limits of a class interval calculated using gap dd?

True upper limit=upper limit+d2\text{True upper limit} = \text{upper limit} + \frac{d}{2} and True lower limit=lower limitd2\text{True lower limit} = \text{lower limit} - \frac{d}{2}

11
New cards

How are relative frequency and percentage frequency computed?

Relative frequency=fn\text{Relative frequency} = \frac{f}{n} and Percentage frequency=Relative frequency×100%\text{Percentage frequency} = \text{Relative frequency} \times 100\%

12
New cards

What is the difference between a parameter and a statistic?

A parameter is a descriptive measure computed from population values (usually unknown), while a statistic is computed from sample values (known and used to estimate parameters).

13
New cards

What is the formula for the sample mean xˉ\bar{x}?

xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}

14
New cards

What is a major disadvantage of using the mean as a measure of central tendency?

The mean is sensitive to and can be distorted by extreme values.

15
New cards

How is the rank of the middle value calculated when finding the median of nn observations?

rank=n+12\text{rank} = \frac{n + 1}{2}

16
New cards

How is the median calculated when the sample size nn is even?

The median is the average of the two middle values at ranks mm and m+1m + 1, where m=n2m = \frac{n}{2}: Median=ym+ym+12\text{Median} = \frac{y_m + y_{m+1}}{2}

17
New cards

What is the definition of the mode of a data set?

The value that occurs most frequently in the data set.

18
New cards

What is the formula for the sample variance S2S^2?

S2=i=1n(xixˉ)2n1S^2 = \frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n - 1}

19
New cards

Why is standard deviation often preferred over variance as a measure of dispersion?

Standard deviation is expressed in the original units of the data, whereas variance is expressed in squared units.

20
New cards

What is the formula for the sample Coefficient of Variation (C.V.)?

C.V.=Sxˉ×100%\text{C.V.} = \frac{S}{\bar{x}} \times 100\%

21
New cards

Why is the Coefficient of Variation used to compare variability between two data sets instead of standard deviation?

Because the Coefficient of Variation is unit-less and allows fair comparison when data sets have different units or different means.

22
New cards

How is the probability of an event EE calculated when all outcomes in sample space Ω\Omega are equally likely?

P(E)=n(E)n(Ω)P(E) = \frac{n(E)}{n(\Omega)}

23
New cards

What defines two mutually exclusive (disjoint) events AA and BB?

Two events are mutually exclusive if AB=A \cap B = \emptyset, meaning P(AB)=0P(A \cap B) = 0.

24
New cards

What defines exhaustive events A1,A2,,AnA_1, A_2, \dots, A_n?

Events are exhaustive if their union is the entire sample space: A1A2An=ΩA_1 \cup A_2 \cup \dots \cup A_n = \Omega, making P(A1A2An)=1P(A_1 \cup A_2 \cup \dots \cup A_n) = 1.

25
New cards

What is the general addition rule of probability for any two events AA and BB?

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

26
New cards

What is the formula for conditional probability P(AB)P(A|B)?

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}, provided P(B)0P(B) \neq 0.

27
New cards

What are three conditions, any of which proves that two events AA and BB are independent?

1) P(AB)=P(A)P(A|B) = P(A), 2) P(BA)=P(B)P(B|A) = P(B), or 3) P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B)

28
New cards

What is the sensitivity of a screening test?

The probability of a positive test result given the presence of the disease: P(TD)=n(TD)n(D)P(T|D) = \frac{n(T \cap D)}{n(D)}.

29
New cards

What is the specificity of a screening test?

The probability of a negative test result given the absence of the disease: P(TˉDˉ)=n(TˉDˉ)n(Dˉ)P(\bar{T}|\bar{D}) = \frac{n(\bar{T} \cap \bar{D})}{n(\bar{D})}.

30
New cards

What is a false positive result in a screening test?

A positive test result when the true disease status is negative: P(TDˉ)=1SpecificityP(T|\bar{D}) = 1 - \text{Specificity}.

31
New cards

What is a false negative result in a screening test?

A negative test result when the true disease status is positive: P(TˉD)=1SensitivityP(\bar{T}|D) = 1 - \text{Sensitivity}.

32
New cards

How is the predictive value positive P(DT)P(D|T) calculated using Bayes' theorem?

P(DT)=Sensitivity×P(D)Sensitivity×P(D)+(1Specificity)×P(Dˉ)\text{P}(D|T) = \frac{\text{Sensitivity} \times P(D)}{\text{Sensitivity} \times P(D) + (1 - \text{Specificity}) \times P(\bar{D})}

33
New cards

How is the predictive value negative P(DˉTˉ)P(\bar{D}|\bar{T}) calculated using Bayes' theorem?

P(DˉTˉ)=Specificity×P(Dˉ)Specificity×P(Dˉ)+(1Sensitivity)×P(D)\text{P}(\bar{D}|\bar{T}) = \frac{\text{Specificity} \times P(\bar{D})}{\text{Specificity} \times P(\bar{D}) + (1 - \text{Sensitivity}) \times P(D)}