Biostatistics (I) Measuring Distributions & Calculating Probabilities Flashcards
What are the two main objectives of biostatistics?
1) To organize and summarize data (descriptive statistics) 2) To analyze samples of the data to reach conclusions (inferential statistics)
What are the main types of biostatistical variable category?
(DC,QQ,R)
Discrete or continuous;
quantitative or qualitative,
random or not
What symbol denotes population size?
(biostatistics)
N
What symbol denotes sample size?
(biostatistics)
n
What is the nominal scale?
(biostatistics)
A categorical organization of data into mutually exclusive and exhaustive subsets (e.g. male or female; child, adolescent, adult)
What is the ordinal scale?
(biostatistics)
A scale of nominal categories that can be ranked
(e.g. low, medium, high)
What is the interval scale?
(biostatistics)
A quantitative type of ordinal scale that ranks the nominal categories in equal portions
(e.g. 0 to 10, 10 to 20, 20 to 30)
What are examples of the ratio scale?
(biostatistics)
Measurements of height, weight, and length
(there is a true zero and continuing ratios and intervals coming from that point)
What type of sample should n be?
(biostatistics)
A simple random sample from the population N
What symbol represents the population true mean?
(biostatistics)
Mu

What symbol represents the sample mean?
(biostatistics)
X-bar

How is population variance calculated?
σ2

How is population standard deviation calculated?
Take the square root of the pop. variance
(Square root of σ2)
How is sample variance calculated?
S2

How is the sample standard deviation calculated?
S;
the square root of sample variance
(the square root of S2)

How can a data set’s percentiles be found by hand?
50th percentile - find the median
25th percentile - find the median between the true median and the first data point
75th percentile - find the median between the true median and the last data point
What equation can show us if a data point is an outlier?
Q1 - 1.5(IQR) to Q3 + 1.5(IQR)
What equation allows for the calculation of probabilities in a binomial distribution?
What do the variables mean (p,n,x)?
p = probability of event in question
n = number of individuals in the group in question
x = probability of event occuring x times in the group

Mutually exclusive events:
P(A and B) = ?
(Probability of both A and B occurring)
0;
the events are mutually exclusive
To what is P(A’) equal?
(the probability of A not occurring)
1 - P(A)
(the inverse rule)
How can the probability of events A or B be calculated?
(P(A or B) = ?)
P(A or B) = P(A) + P(B) - P(A and B)
For two independent events, what is the probability of both event A and event B occurring?
P(A and B) = P(A) * P(B)
How is the probability of event A calculated, given B?
(P(A|B) = ?)
P(A|B) = P(A and B) / P(B)