biostats exam 2

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

1/63

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:18 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

64 Terms

1
New cards

sampling distribution

predict the population mean, plotting values

<p>predict the population mean, plotting values</p>
2
New cards

standard error

average of a sample difference to the true population average

<p>average of a sample difference to the true population average</p>
3
New cards

small standard error

sample mean does a good job at estimating population mean

4
New cards

large standard error

sample mean does not do a good job at estimating population mean

5
New cards

sample size affect on standard error

increasing sample size decreases standard error

6
New cards

sample size increase for μ, σ, s, and 𝑦ത

μ and σ: do not change

7
New cards

confidence interval

central portion of a standard normal curve, tells how many standard errors the sample mean is above or below the true mean

<p>central portion of a standard normal curve, tells how many standard errors the sample mean is above or below the true mean</p>
8
New cards

high confidence level

captures larger portion of the distribution but leads to false positives

9
New cards

low confidence level

produces narrower interval but with less certainty that the true mean falls inside it, more reasonable level of confidence

10
New cards

t distribution

replacement of s, adding uncertainty and creates a wider and heavier-tailed curved shape

<p>replacement of s, adding uncertainty and creates a wider and heavier-tailed curved shape</p>
11
New cards

certainty

how confident the interval is about capturing the true men, high CI = higher certainty

12
New cards

precision

reflects how tightly the interval pinpoints the true mean, lower CI = higher precision

13
New cards

sample size and CI

larger sample size = narrower CI

14
New cards

t distribution parameter

degrees of freedom, as df increases, T-distribution becomes more normal

15
New cards

degrees of freedom

n - 1, always round down

16
New cards

null hypothesis (H0)

claimed or assumed value of the population mean and serves as the baseline for assessing random chance

17
New cards

alternative hypothesis (H1)

competing claim and reflects the possibility that the population mean differs from the value stated in the null hypothesis

18
New cards

one sample t-test

uses data from one sample to evaluate population mean, determine whether sample is consistent with claimed value

19
New cards

reject H0

data would be unlikely to occur due to random chance alone if the null hypothesis is true, hypothesized value falls outside confidence interval

20
New cards

failing to reject H0

data does not provide enough evidence to rule out the null hypothesis (does not claim true), hypothesized value falls inside confidence interval

21
New cards

rejection region

tail areas outside of confidence intervals

22
New cards

a

significance level, establish threshold for rejecting null hypothesis BEFORE data analysis

23
New cards

T*

measures how large the observed difference is relative to the expected sampling variability in units of SE, larger abs value of t* supports alternative hypothesis

24
New cards

p value

probability of obtaining a result at least as extreme as the one observed, assuming the null hypothesis is true

25
New cards

small p-value

more likely to reject null hypothesis (indicates observed data is unlikely to occur if H0 is true)

26
New cards

large p-value

fail to reject null hypothesis

27
New cards

p-value to a

p > a is fail to reject H0

P <=a is reject H0

28
New cards

type I error

false positive, test detects a difference even no difference exists, uses a probability

29
New cards

type II error

false negative, test fails to detect a difference even though a difference exists, uses B probability

30
New cards

role of a for type I/II error

a is larger, rejection region is greater, type I error increases and type II error decreases

31
New cards

t* compared to critical value

if t* is within central portion of distribution, fail to reject null hypothesis
if t* falls in the tails, null hypothesis is rejected

32
New cards

t-table

gives critical value, needs a and df

33
New cards

two-sample t-test hypotheses

null hypothesis: no real difference in the average value of the two populations
alternative hypothesis: population means differ

34
New cards

welchs t-test

useful for when groups have different variability

<p>useful for when groups have different variability</p>
35
New cards

classic t-test

used when populations have similar variability, uses pooled variance

<p>used when populations have similar variability, uses pooled variance</p>
36
New cards

power

probability that the test will detect a difference when it exists, higher power is better at identifying it than missing, avoiding a type II error (1 - B)

37
New cards

power effects

increasing sample size, a (less strict a) and effect size increase power

38
New cards

classic test power

has higher power when population variances are the same

39
New cards

welchs test power

more powerful when unequal variances are assumed

40
New cards

three core assumptions

data collected randomly, two samples are independent, sample distributions are approximately normal

41
New cards

random data

reflect population in a fair or unbiased way, violated if a pattern is chosen out of convenience

42
New cards

independence

observations aren’t linked to each other, violation would be they dont function are seperate pieces of information

43
New cards

normality

samples come from normal distribution, violated if does not follow normal distribution

44
New cards

central limit theorem

increasing sample size can make data look more normal

45
New cards

histogram test for normality

gives a broad view for normal distribution

46
New cards

histogram limitations

depends on bin width, small size can lead to unevenness, may not show outliers

47
New cards

boxplot test for normality

shows summary for distribution center

48
New cards

boxplot limitations

broad summary, interpretation can be subjective

49
New cards

q-q plot

compares quantiles of the dataset to quantiles of theoretical distribution

50
New cards

quantile

cutoff value that divides a dataset into equal portion

51
New cards

normal q-q plot

straight line that runs diagonally from bottom left to top right of the plot

52
New cards

skewed left q-q plot

points start below reference line on the left side and rise above the line as you move to the right (long tail on the left)

53
New cards

skewed right q-q plot

points start above reference line on the left side and go below the line as you move right, then move up, (long tail on right)

54
New cards

short tails q-q plot

points lie alone reference line but show a dip below it, indicating fewer extreme values than expected (S - shape)

55
New cards

long tails q-q plot

points diverge from line, curve upwards at both ends, indicating more extreme values (backward S-shape)

56
New cards

mann-whitney U-test

used to compare two independent groups when data cannot be assumed to be normally distributed, appropriated when one group doesnt follow normal distribution

57
New cards

mann-whitney test assumptions

independent and random data (does NOT assume normality)

58
New cards

mann-whitney hypotheses

null (H0): distribution/mean of s1 is same as distribution/mean of s2 (D1 = D2)
alt (H1): distribution/mean of s1 is not the same as distribution/mean of s2 (D1 = D2)

59
New cards

U*

counting how many observations are smaller as 1 point, if equal than count as 0.5 points, k1 is count of the first sample, k2 is count of the second sample

60
New cards

U statistic

higher count of k, if tied, take average

61
New cards

MWU vs t-test

MWU does not require normality, t-test is more powerful if normality is assumed

62
New cards

paired t-test

used for dependent observation, assumptions are random data and normality, d = difference

63
New cards

paired t-test hypotheses

null hypothesis (H0): ud = 0, no difference between the observations in each pair
alt hypothesis (H1: ud =/ 0, difference between the observations in each pair

64
New cards

t*

t* > 0, average difference is positive

t* < 0, average difference is negative