Basic probability distributions - exclusive and compound events, binomial, Poisson, Gaussian distributions, normal distribution of error, standard error, principle of least squares, curve fitting, solution of linear equations - Question Bank

1. When fitting a curve y = f(x) to data points (x_i, y_i) using least squares, the goal is to find the parameters of f(x) that minimize:
A) The sum of the absolute deviations: Σ|y_i - f(x_i)|
B) The sum of the squared deviations: Σ(y_i - f(x_i))²
C) The maximum deviation: max|y_i - f(x_i)|
D) The sum of the relative deviations: Σ|(y_i - f(x_i))/y_i|
2. What is the primary application of the standard error?
A) Describing the spread of individual data points.
B) Estimating the uncertainty of a sample statistic as an estimate of a population parameter.
C) Calculating the probability of a specific outcome.
D) Determining the mode of a distribution.
3. The distribution that describes the sum of a large number of independent, identically distributed random variables, regardless of the original distribution, tends towards which distribution?
A) Poisson distribution
B) Binomial distribution
C) Normal (Gaussian) distribution
D) Uniform distribution
4. If an event can occur in 'm' ways and another mutually exclusive event can occur in 'n' ways, in how many ways can either of these events occur?
A) m * n
B) m + n
C) m - n
D) m / n
5. What does the parameter 'k' represent in the Poisson distribution PMF, P(X=k) = (λ^k * e^-λ) / k!?
A) The average rate of events.
B) The number of events observed.
C) The probability of an event.
D) The number of trials.
6. In the context of solving linear equations, the principle of least squares is often used when:
A) There is an exact solution with no errors.
B) There are more equations than unknowns and the system is overdetermined, likely with measurement errors.
C) The equations are nonlinear.
D) There is only one equation and one unknown.
7. Which of the following is NOT a characteristic of a normal distribution?
A) Bell-shaped curve
B) Symmetric about the mean
C) Mean, median, and mode are equal
D) Asymptotic to the x-axis, but never touches it
8. The sum of probabilities for all possible outcomes in any probability distribution must equal:
A) 0
B) 0.5
C) 1
D) Infinity
9. What is the 'standard error' of a statistic a measure of?
A) The accuracy of a single measurement.
B) The variability of the statistic across different samples.
C) The bias of the estimator.
D) The overall size of the sample.
10. If P(A) = 0.5 and P(B) = 0.3, and A and B are independent events, what is P(A and B)?
A) 0.8
B) 0.2
C) 0.15
D) 0.0
11. What does 'compound events' refer to in probability?
A) Events that cannot happen together.
B) Events that can happen together or sequentially.
C) A single event with multiple outcomes.
D) Events with zero probability.
12. Which distribution is often used to approximate the binomial distribution when 'n' is large and 'p' is close to 0 or 1?
A) Poisson distribution
B) Gaussian distribution
C) Exponential distribution
D) Chi-squared distribution
13. The principle of least squares is a method used in:
A) Probability theory only.
B) Statistical analysis and data fitting.
C) Quantum mechanics.
D) Thermodynamics.
14. For a standard normal distribution, what is the mean and standard deviation?
A) Mean = 1, Standard Deviation = 1
B) Mean = 0, Standard Deviation = 1
C) Mean = 0, Standard Deviation = 0
D) Mean = 1, Standard Deviation = 0
15. What is the role of the parameter 'p' in a binomial distribution?
A) It represents the number of trials.
B) It represents the number of successes.
C) It represents the probability of success in a single trial.
D) It represents the probability of failure in a single trial.
16. If a coin is flipped 10 times and lands heads 7 times, this scenario can be modeled by which distribution?
A) Poisson distribution
B) Gaussian distribution
C) Binomial distribution
D) Exponential distribution
17. Which distribution is often used to model rare events?
A) Binomial distribution
B) Gaussian distribution
C) Poisson distribution
D) Uniform distribution
18. The standard error is most closely related to which statistical concept?
A) Population mean
B) Sample standard deviation
C) Standard deviation of the sampling distribution of a statistic
D) Median
19. In the context of errors, what does the standard deviation of the normal distribution represent?
A) The average error.
B) The most probable error.
C) The magnitude of the typical error.
D) The total error.
20. What is the normal distribution of error?
A) A distribution where errors are always positive.
B) A distribution where errors are always negative.
C) A distribution where errors are centered around zero and symmetric, with most errors being small and larger errors being less frequent.
D) A distribution where errors are uniformly distributed.
21. If you have a set of data points (x_i, y_i) and you are fitting a linear model y = mx + c, the least squares method minimizes the sum:
A) Σ(y_i - (mx_i + c))
B) Σ|y_i - (mx_i + c)|
C) Σ(y_i - (mx_i + c))²
D) Σ(x_i - (my_i + c))²
22. Which type of function is most commonly fitted using the principle of least squares for simple experimental data?
A) Exponential function
B) Trigonometric function
C) Linear function
D) Logarithmic function
23. Curve fitting is essential for:
A) Discarding experimental data.
B) Understanding the underlying relationship between variables and making predictions.
C) Increasing the number of data points.
D) Calculating the mean only.
24. What is the standard error of estimate in the context of linear regression?
A) The standard deviation of the independent variable.
B) The standard deviation of the dependent variable.
C) A measure of the typical distance between the observed values and the regression line.
D) The correlation coefficient.
25. For a linear regression model y = a + bx, what does the principle of least squares aim to find?
A) The values of x and y that are furthest from the line.
B) The values of 'a' (intercept) and 'b' (slope) that minimize the sum of the squared differences between the observed y values and the predicted y values.
C) The maximum value of y.
D) The minimum value of x.
26. In curve fitting using the principle of least squares, what does it mean to 'fit' a curve?
A) To draw a curve that passes through none of the data points.
B) To find a curve that best represents the trend of the data by minimizing the sum of the squares of the vertical deviations between observed and predicted values.
C) To connect all data points with straight lines.
D) To calculate the average of the x and y values.
27. What is the primary goal of the principle of least squares?
A) To maximize the sum of squared errors.
B) To minimize the sum of squared errors.
C) To find the average of the data points.
D) To determine the median of the data.
28. A smaller standard error indicates:
A) Greater variability in sample means.
B) Less precision in estimating the population mean.
C) Greater precision in estimating the population mean.
D) The population mean is likely to be zero.
29. How is the standard error of the mean (SEM) typically calculated?
A) Population standard deviation divided by the square root of the sample size.
B) Sample standard deviation divided by the sample size.
C) Sample standard deviation multiplied by the square root of the sample size.
D) Population standard deviation multiplied by the sample size.
30. What does the standard error represent in the context of statistical inference?
A) The average value of a data set.
B) The spread or variability of sample means around the population mean.
C) The difference between the largest and smallest values in a sample.
D) The probability of an event occurring.
31. The empirical rule (68-95-99.7 rule) for a normal distribution states that approximately what percentage of data falls within one standard deviation of the mean?
A) 50%
B) 68%
C) 95%
D) 99.7%
32. In a Gaussian distribution, the mean, median, and mode are:
A) Different from each other.
B) Equal to each other.
C) Related by a factor of 2.
D) Undefined.
33. What is the shape of the Gaussian (Normal) distribution curve?
A) A straight line
B) A skewed curve
C) A bell-shaped curve
D) A rectangular shape
34. What is the formula for the probability density function (PDF) of a Gaussian (Normal) distribution?
A) P(X=k) = (λ^k * e^-λ) / k!
B) P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
C) f(x) = (1 / (σ * sqrt(2π))) * e^(-(x-μ)² / (2σ²))
D) f(x) = λ * e^(-λx)
35. What are the two parameters that define a Gaussian (Normal) distribution?
A) n and p
B) λ and k
C) μ (mean) and σ (standard deviation)
D) a and b
36. The Gaussian distribution is also known as the:
A) Binomial distribution
B) Poisson distribution
C) Normal distribution
D) Exponential distribution
37. Under what conditions can a binomial distribution be approximated by a Poisson distribution?
A) When n is small and p is large.
B) When n is large and p is small, such that np is a finite constant.
C) When n is small and p is small.
D) When n is large and p is large.
38. What are the mean and variance of a Poisson distribution?
A) Mean = λ, Variance = λ
B) Mean = λ, Variance = λ²
C) Mean = λ², Variance = λ
D) Mean = λ, Variance = 1
39. What is the formula for the probability mass function (PMF) of a Poisson distribution?
A) P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
B) f(x) = (1 / (σ * sqrt(2π))) * e^(-(x-μ)² / (2σ²))
C) P(X=k) = (λ^k * e^-λ) / k!
D) P(X=k) = k * λ * e^-λ
40. The Poisson distribution is typically used to model the number of events occurring in a fixed interval of time or space, provided that these events occur with a known average rate and independently of the time since the last event. What parameter characterizes a Poisson distribution?
A) n (number of trials)
B) p (probability of success)
C) λ (lambda, the average rate)
D) σ (sigma, standard deviation)
41. What is the variance of a binomial distribution?
A) np
B) n(1-p)
C) p
D) np(1-p)
42. What is the mean (expected value) of a binomial distribution?
A) np
B) n(1-p)
C) p
D) sqrt(np(1-p))
43. What is the formula for the probability mass function (PMF) of a binomial distribution?
A) P(X=k) = (λ^k * e^-λ) / k!
B) P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
C) f(x) = (1 / (σ * sqrt(2π))) * e^(-(x-μ)² / (2σ²))
D) P(X=k) = (k^x * e^-k) / x!
44. In a binomial distribution, what does 'n' represent?
A) The probability of success on a single trial.
B) The number of failures in a trial.
C) The total number of trials.
D) The number of successes observed.
45. Which probability distribution is used to model the number of successes in a fixed number of independent Bernoulli trials?
A) Poisson distribution
B) Gaussian distribution
C) Binomial distribution
D) Exponential distribution
46. For independent events A and B, what is the probability of both A and B occurring, P(A ∩ B)?
A) P(A) + P(B)
B) P(A) / P(B)
C) P(A) * P(B)
D) 1 - P(A) - P(B)
47. When are two events considered independent?
A) When they cannot occur at the same time.
B) When the occurrence of one event influences the probability of the other.
C) When the occurrence of one event does not influence the probability of the other.
D) When their joint probability is zero.
48. If event A and event B are mutually exclusive, what is the probability of A or B occurring, P(A U B)?
A) P(A) * P(B)
B) P(A) + P(B)
C) P(A) + P(B) - P(A ∩ B)
D) 1 - P(A) - P(B)
49. What is the fundamental condition for two events to be mutually exclusive?
A) They can occur simultaneously.
B) They cannot occur simultaneously.
C) The occurrence of one event affects the probability of the other.
D) They are independent of each other.