Day 3 Statistics Interview QnA
Day 3 Statistics Interview QnA
Define variance.
Variance is the average of the squared differences from the mean.
What is a percentile?
A percentile indicates the relative standing of a value within a dataset, showing the
percentage of observations below it.
What is a p-value?
The p-value indicates the probability of observing the test results under the null hypothesis.
What does a confidence interval represent?
A confidence interval estimates a range of values that likely contains the population
parameter.
Define correlation.
Correlation measures the strength and direction of a linear relationship between two
variables.
What is a Z-score?
A Z-score indicates how many standard deviations an element is from the mean.
### Probability
What is multicollinearity?
Multicollinearity occurs when two or more independent variables in a regression model are
highly correlated.
What is cross-validation?
Cross-validation is a technique for assessing how the results of a statistical analysis will
generalize to an independent dataset.
What is bootstrapping?
Bootstrapping is a resampling technique used to estimate the distribution of a statistic by
repeatedly sampling with replacement.