Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
A.
The direction of joint linear variation between two variables
B.
The center of one variable
C.
The number of categories in a variable
D.
The probability of an exact continuous value
Show Answer
Correct Answer: A. The direction of joint linear variation between two variables
Explanation:
Positive covariance indicates that variables tend to move together, while negative covariance indicates opposite movement.
Its magnitude depends on the variables' measurement units.
Choose an option to check your answer.
A.
factor()
B.
table()
C.
lm()
D.
density()
Show Answer
Correct Answer: D. density()
Explanation:
The base R density() function computes a univariate kernel density estimate.
Its output can be plotted and its bandwidth can be adjusted.
Choose an option to check your answer.
A.
The data become discrete
B.
The CDF becomes decreasing
C.
Its tail behavior is driven by kernel choice rather than a validated process model
D.
All values become equally likely
Show Answer
Correct Answer: C. Its tail behavior is driven by kernel choice rather than a validated process model
Explanation:
KDE is primarily a local description of the observed sample.
Far-tail predictions are unreliable without substantive assumptions.
Choose an option to check your answer.
A.
When the data clearly have many irregular modes
B.
When a justified model offers stable estimation and interpretable parameters
C.
When no assumptions can be made
D.
When sample values are only category names
Show Answer
Correct Answer: B. When a justified model offers stable estimation and interpretable parameters
Explanation:
A suitable parametric model can be efficient, concise, and easy to extrapolate.
Its assumptions must be checked rather than accepted automatically.
Choose an option to check your answer.
A.
A fitted density from a specified family with estimated parameters
B.
A density formed only by connecting histogram tops
C.
A list of raw observations
D.
A plot without a probability model
Show Answer
Correct Answer: A. A fitted density from a specified family with estimated parameters
Explanation:
Parametric estimation assumes a family such as normal or exponential.
The sample is then used to estimate a limited set of parameters.
Choose an option to check your answer.
A.
A normal density with estimated mean and standard deviation
B.
An exponential model with an estimated rate
C.
A fixed Pareto model
D.
A kernel density estimate
Show Answer
Correct Answer: D. A kernel density estimate
Explanation:
KDE does not restrict the population to a finite-parameter distribution family.
Its shape is driven flexibly by the observations.
Choose an option to check your answer.
A.
Mean versus median
B.
Rows versus columns
C.
Bias versus variance
D.
Color versus shape
Show Answer
Correct Answer: C. Bias versus variance
Explanation:
Small bandwidth lowers smoothing bias but increases random variability.
Large bandwidth reduces variability but may obscure real structure.
Choose an option to check your answer.
A.
Both display only categorical counts
B.
Both estimate distribution density and have total area approximately one
C.
Both require equal-width categories
D.
Both show exact event probabilities at points
Show Answer
Correct Answer: B. Both estimate distribution density and have total area approximately one
Explanation:
A density histogram is piecewise constant, while KDE is smooth.
Their common scaling allows them to be overlaid meaningfully.
Choose an option to check your answer.
A.
A mode that appears only under extreme smoothing choices may be an artifact
B.
Bandwidth changes the raw observations
C.
Every true mode must occur at the mean
D.
KDE cannot show modes
Show Answer
Correct Answer: A. A mode that appears only under extreme smoothing choices may be an artifact
Explanation:
Stable features persist under modest changes in smoothing.
Fragile peaks are more likely to reflect sampling noise or parameter choice.
Choose an option to check your answer.
A.
The variable has no variation
B.
The sample is necessarily invalid
C.
The mean equals every observation
D.
The data may contain multiple concentration regions or subpopulations
Show Answer
Correct Answer: D. The data may contain multiple concentration regions or subpopulations
Explanation:
Multiple peaks can indicate distinct groups or generating mechanisms.
Because KDE peaks depend on bandwidth, the pattern should be checked for stability.
Choose an option to check your answer.
A.
Each density height is an exact probability
B.
Density curves apply only to discrete variables
C.
Probabilities correspond to areas under the density, not individual heights
D.
The highest point must have probability one
Show Answer
Correct Answer: C. Probabilities correspond to areas under the density, not individual heights
Explanation:
A density's vertical value has units of probability per unit x.
Only integrated area over an interval yields a probability.
Choose an option to check your answer.
A.
A second y-axis of percentages
B.
Small marks indicating individual observed values
C.
A fitted regression equation
D.
Cluster centroids
Show Answer
Correct Answer: B. Small marks indicating individual observed values
Explanation:
Rug marks reveal the locations and concentration of raw observations.
They help viewers connect a smooth estimate to the underlying sample.