Biostatistics

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:25 AM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

73 Terms

1
New cards

population

entire set of measurement for a given parameter (N)

2
New cards

sample

subset of population, measurements actually made (n)

3
New cards

frequency distribution

an arrangement of data that indicates how often a particular score or observation occurred

4
New cards

measures of central tendency

mean, median, mode

5
New cards

population mean vs sample mean

pop - 𝜇

sample - 𝑋

6
New cards

mean equation

𝜇 = ∑𝑋/𝑁 - population

sample = X = ∑𝑋/n

∑𝑋 = raw scores (sum of all the data points)

N = population size

n = sample size

7
New cards

mean

- balance point

- average

- sum of all the data points divided by the number of points

- measure of central tendency

- sensitive to all raw data points

8
New cards

average distance from the mean

mean is the value that the sum of the differences between the mean and all other values is 0

- so avg difference is 0

9
New cards

mean of frequency distribution

measure of central tendency of the distribution but does not describe the entire distribution

10
New cards

mean is used when calculating what other measures?

standard deviation, coefficient of correlation, standard errors

11
New cards

asymmetrical distribution

a distribution of scores in which there is not an exact correspondence in arrangement on the opposite sides of the middle line

12
New cards

median

the middle score in a distribution; half the scores are above it and half are below it

- divides the distribution in half

- not sensitive to every data point

13
New cards

what is a better measure for an asymmetrical distribution?

median

14
New cards

mode

the most frequently occurring score(s) in a distribution

- greatest frequency

- easiest to compute

15
New cards

standard deviation

measure of the variability of the distribution

- square root of deviation

- measure of the average deviation from the mean

population - 𝜎 (sigma)

sample - S

16
New cards

average deviation

An alternative measure of variation that, like the standard deviation, indicates the average difference between the scores in a distribution and the mean of the distribution.

17
New cards

variance

standard deviation squared

18
New cards

standard deviation in excel

uses n-1, due to the central limit theorem

19
New cards

interquartile rage

middle 50% of the data (the box)

Q3-Q1

20
New cards

distributions are split into

4 equal areas or quartiles

- 25%

21
New cards

q1

25th percentile

22
New cards

q2

up to 50%, median, divides into half

23
New cards

q3

75th percentile

24
New cards

q4

maximum value, 100th percentile

25
New cards

range

maximum raw value - minimum raw value

26
New cards

percentiles

indicate the distance of a score from 0

- 100 equal parts (1% each)

27
New cards

box and whisker plot

A graph that displays the highest and lowest quarters of data as whiskers, the middle two quarters of the data as a box, and the median

28
New cards

max and min values on box and whisker plot

do NOT include outliers

29
New cards

outlier

value greater than Q3 + 1.5x IQR

or

value less than Q1 - 1.5x IQR

30
New cards

mean measure of variability

standard deviation

31
New cards

median measure of variability

interquartile range

32
New cards

mode measure of variability

range

33
New cards

probability experiment

a chance process that leads to well-defined results called outcomes

34
New cards

outcome

the result of a single trial in a probability experiment

35
New cards

sample space

the set of all possible outcomes of a probability experiment

36
New cards

probability equation

P(E)= (Number of outcomes E) / (Total number of outcomes in sample space S)

E = event

37
New cards

probability of any event E is a number between?

0 and 1

38
New cards

the sum of all probabilities of all the outcomes in a sample space is

1

39
New cards

If an event cannot occur (i.e. is not a member of the sample space), its probability is?

0 → P(E) = 0

40
New cards

If an event is certain, its probability is?

1 → P(E) = 1

41
New cards

Two events are mutually exclusive events if they?

cannot occur at the same time.

42
New cards

probability of mutually exclusive events

P(A or B) = P(A) + P(B)

43
New cards

Two events are not mutually exclusive events if they can?

occur at the same time.

44
New cards

probability of non-mutually exclusive events

P(A or B) = P(A) + P(B) - P(A and B)

45
New cards

Two events A and B are independent events if the fact that?

A occurs does not affect the probability of B occurring

46
New cards

probability of independent events

P(A and B) = P(A) x P(B)

47
New cards

relative risk

probability of disease in exposed group/ probability of disease in unexposed group (controls)

48
New cards

odds in favor of an event with a probability p is

p/1-p

49
New cards

if p is 1/2, the odds are?

1:1 odds in favor

50
New cards

if p = 2/3 then the odds are

2:1 odds in favor

51
New cards

odds ratio (OR)

odds of disease in exposed group/odds of disease in unexposed group

52
New cards

Odds ratio is often a better?

statistical parameter

53
New cards

odds ratio: 2 x 2 table

a is number of exposed who developed disease

b is number of exposure who did not develop disease

c is number of control who developed disease

d is number control who did not develop disease

<p>a is number of exposed who developed disease</p><p>b is number of exposure who did not develop disease</p><p>c is number of control who developed disease</p><p>d is number control who did not develop disease</p>
54
New cards

odds of disease in exposed group

((a/a) + b) / (1-(a/(a+b))) = a/b

55
New cards

odds of disease in unexposed group

((c/c) + d) / (1-(c)/(c+d)) = c/d

56
New cards

odds ratio in a case control study is a?

cross product

= ad/bc the cross product

<p>cross product</p><p>= ad/bc the cross product</p>
57
New cards

variable

Any characteristic that can be measured

58
New cards

discrete variable

can assume only a finite or countable number of outcomes

59
New cards

continuous variable

can take on any value within a specified interval

60
New cards

sum of all probabilities must equal?

1

61
New cards

binomial distribution

- There must be a fixed number of trials

- Each trial can have only two outcomes

- The outcomes of each trial must be independent of each other

- The probability of success must remain the same for each trial

62
New cards

a binomial distribution can be used to describe?

Can be used to describe:

1. Number of siblings who inherit a certain genetic trait

2. Number of patients who experience adverse reaction to drug

3. Quanta release (or not release) from synaptic cleft

63
New cards

binomial distribution formula

P(X)= n!/((n− X)!X!)p^xq^(n-x)

P(x) is the probability of X successes in n trials

X is the number of successes for n trials

n is the number of trials

p is the probability of success

q is the probability of failure

64
New cards

Excel binomial formula

+binom.dist(x,n,p,true/false)

true - looking for success probability

false - looking for exactly x success

65
New cards

Poisson Distribution is useful when?

n is large and p is small

66
New cards

Poisson Distribution conditions

1. The random variable X is the number of occurrences of an event over some interval. The interval can be for example: time, length, area, volume, etc...

2. The occurrences occur randomly

3. The occurrences are independent of one another

4. The average number of occurrences over an interval is known.

67
New cards

Poisson Distribution can be used to model

• number of particles emitted from radioactive material

• number of bacterial colonies growing on a Petri dish

• number of motor vehicle accidents per year

• number of plants growing per acre

• number of nucleotide based substitutions in a gene over a period of time• number of offspring

• number of Koala per square mile in Australia

68
New cards

poisson distribution formula

P(X )= (e^-λ)(λ^x)/x!

P - probability of X occurrences in interval for a variable

λ - the mean number of occurrences per unit

69
New cards

normal/gaussian distribution is a function described by what two variables?

u: mean

o: standard deviation

70
New cards

normal/gaussian distribution with a different mean and the same SD

same width

<p>same width</p>
71
New cards

normal/gaussian distribution with a different SD and the same mean

different widths

<p>different widths</p>
72
New cards

z score

a measure of how many standard deviations you are away from the norm (average or mean)

- quantitative comparison of different normal distributions

= (value - mean)/standard deviation

73
New cards

In statistics it is often useful to be able to calculate the ____ under a normal distribution

area