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/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:10 PM on 3/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Null hypothesis

specific statement about a population parameter made for the purpose of an argument

2
New cards

alternative hypothesis

includes all other feasible values for the population parameter besides those in the null

3
New cards

test statistic

value calculated from the data used to evaluate compatibility to the result expected under the null

4
New cards

general addition rule

pr [ A or B] = pr [A] + pr [B] - pr [A and B]

5
New cards

general multiplication rule

pr [A | B] = pr [B | A] x pr [A]

6
New cards

bayes rule

pr [B|A] = (pr [A|B] x pr [B] )/ pr [A]

7
New cards

Mutually exlcusive

events cannot occur at the same time

pr[A and B] = 0 pr[A or B] = pr[A] + pr [B]

8
New cards

Independence

the occurrence of one event doesn’t inform us about the probability that the 2nd will occur

pr [A and B] = pr [A] x pr [B]

9
New cards

Law of total probability

the total probability of an event is the sum of the probabilities of the different ways it can occur

<p>the total probability of an event is the sum of the probabilities of the different ways it can occur</p>
10
New cards

hypothesis

a clear statement articulating a plausible candidate explanation for observations

11
New cards

hypothesis testing

compares data to what we would expect to see if a specific null hypothesis were true

12
New cards

p-value

probability of obtaining the data (or more extreme) if the null were true

13
New cards

significance level (α)

probability used as criteria for rejecting the null

if the p is low, reject the Ho

NOT the same as biological importance

14
New cards

Type 1 error

Falsely claiming significance; rejecting the null when the null is true

In the power of the researcher cause we set α

pr [reject Ho| true Ho] = α

15
New cards

Type 2 error

Failing to reject a false null

pr [ not rejecting Ho | false Ho] = ß

16
New cards

Statistical Power

probability of correctly claiming significance

pr [reject Ho| false Ho] = 1 - ß = 1 - pr [ type II error]

17
New cards

Standard Error for a proportion

On formula sheet

SE= sqrt (p-hat(1-p-hat))/n

18
New cards

Wald’s Confidence Interval

NOT on formula sheet

p-hat ± 1.96SE

19
New cards

Acresti-Coull CI

On formula sheet

p’ ± sqrt ( (p’ * (1-p’))/ n+4)

where p’ = (X + 2)/(n + 4)

X = number of successes

20
New cards
<p>Binomial distribution formula </p>

Binomial distribution formula

On formula sheet

21
New cards

Binomial mean

mu = np

22
New cards

Binomial variance

sigma squared = np (1-p)

23
New cards

Binomial standard deviation

sigma = sqrt(np (1-p))

24
New cards

binomial standard error

SE = sqrt ((p*(1-p))/n

25
New cards

Binomial p-value

2 * sum (pr[ extreme values])