EPIB 621 Midterm Flashcards
(73 cards)
Define “randomness”
–A process is random if the individual outcome of the process is not known in advance, but a regular distribution of the outcomes would be observed if the process were repeated many times
–Randomness is due to lack of knowledge, if we knew “everything” we’d be able to predict everything!
Explain the difference between statistical and deterministic relationships.
Statistical: contains randomness/error. Deterministic: does not contain randomness/error.
Explain the meaning of a sampling distribution.
Represents the most likely values of the statistic over all possible samples drawn from the population.
Define the population mean (mu).
Mu is the weighted average of all possible Y values, weighted by their corresponding
probabilities according to the assumed distribution
Why is standard deviation used instead of variance?
The standard deviation has the same scale as the data, and hence is comparable to deviations from the mean.
Label mean, median, and mode in the diagram.
(add image)
In a right-skewed distribution, mean > median.
T
In a left-skewed distribution, mean > median.
F
In a right-skewed distribution, mean < median.
F
In a left-skewed distribution, mean < median.
T
What is the mean of a Bernoulli distribution?
pi
What is the variance of a Bernoulli distribution?
pi(1-pi)
What is the mean of a binomial distribution?
n*pi
What is the variance of a binomial distribution?
n*pi(1-pi)
What is the mean of a poisson distribution?
lambda
What is the variance of a poisson distribution?
lambda
What is the mean of a normal distribution?
mu
What is the variance of a normal distribution?
sigma^2
Under what conditions can poisson be used to approximate a binomial distribution?
Large n, small p –> Y ~ Poisson(np)
The distribution is determined by the sample mean and standard deviation.
False. The distribution is determined from the assumed population mean and standard deviation (i.e., the distribution under H0).
A Type I error results from falsely rejecting H0 when H0 is true.
T
A Type II error results from falsely rejecting H0 when H0 is true.
F
A Type I error is a false positive.
T
A Type II error is a false positive.
F