#1
What is the mean of the following set of numbers: 5, 7, 9, 11, 13?
9
ExplanationAverage of the numbers.
#2
What is the probability of rolling a 6 on a fair six-sided die?
1/6
ExplanationProbability of a specific outcome on a fair die.
#3
What is the purpose of a histogram in statistics?
To visualize the distribution of numerical data
ExplanationGraphical representation of data distribution.
#4
What is the purpose of a scatter plot in statistics?
To visualize the relationship between two numerical variables
ExplanationDisplaying correlation between variables.
#5
Which of the following measures of central tendency is most affected by extreme values?
Mean
ExplanationMean is sensitive to outliers.
#6
In a normal distribution, what percentage of data falls within one standard deviation from the mean?
68%
ExplanationPercentage of data close to the mean in a normal distribution.
#7
What is the difference between population and sample in statistics?
Population refers to a group from which data is collected, while sample is a subset of the population.
ExplanationDistinction between entire group and a subset for analysis.
#8
In a box plot, what does the 'whisker' represent?
The range of the data excluding outliers
ExplanationExtent of data spread, excluding outliers, in a box plot.
#9
What does a positive skewness value indicate about a distribution?
The distribution is positively skewed
ExplanationDistribution is biased towards higher values.
#10
What is the difference between correlation and causation?
Correlation measures the strength and direction of a linear relationship between two variables, while causation implies a direct cause-and-effect relationship.
ExplanationDistinction between association and direct influence.
#11
What is the purpose of a confidence interval in statistics?
To estimate the population parameter based on sample data
ExplanationRange of values used to estimate a population parameter.
#12
In probability theory, what does the term 'independent events' mean?
Events that have no outcomes in common
ExplanationOccurrences not affecting each other.
#13
What is the formula for calculating the variance of a population?
σ² = Σ(x - μ)² / N
ExplanationMeasure of dispersion of data points in a population.
#14
What does the term 'degrees of freedom' represent in statistics?
The number of independent pieces of information available after estimating a statistic
ExplanationFlexibility in parameter estimation.
#15
Which probability distribution is commonly used to model the number of successes in a fixed number of independent Bernoulli trials?
Binomial distribution
ExplanationModel for discrete outcomes in fixed trials.
#16
In hypothesis testing, what is the null hypothesis?
The hypothesis that there is no significant difference or relationship between variables
ExplanationInitial assumption of no effect or difference.
#17
What is the formula for calculating the interquartile range (IQR)?
IQR = Q3 - Q1
ExplanationRange of the middle 50% of data points.
#18
What does the term 'statistical hypothesis' refer to?
A formal statement regarding the nature of the population distribution
ExplanationFormal assertion about population characteristics.
#19
What is the formula for calculating the probability of two independent events A and B occurring?
P(A and B) = P(A) * P(B)
ExplanationCalculation of joint probability for independent events.
#20
In statistics, what does 'confidence level' refer to?
The range of values within which a parameter is estimated with a certain level of confidence
ExplanationPrecision of an estimate.
#21
What is the primary use of the chi-squared test in statistics?
To test the association between two categorical variables
ExplanationAssessing dependence between categorical variables.
#22
What is the formula to calculate the standard deviation of a sample?
σ = √(Σ(x - μ)² / (n - 1))
ExplanationFormula for measuring dispersion in a sample.
#23
What does 'p-value' represent in hypothesis testing?
The probability of observing the data if the null hypothesis is true
ExplanationLikelihood of obtaining observed results under null hypothesis.
#24
What is the formula for calculating the coefficient of variation?
CV = (Standard Deviation / Mean) * 100%
ExplanationRelative measure of dispersion in data.
#25
What is the formula for calculating the z-score of a data point?
z = (x - μ) / σ
ExplanationStandardized measure of how many standard deviations a data point is from the mean.