Viva questions imp
Viva questions imp
T-Tests
1. What is a t-test, and what is its main purpose?
2. Explain the difference between a one-sample, two-sample, and paired t-test.(explain
wd eg)
3. How do you interpret the t-value in a t-test?
4. What does the p-value indicate in the results of a t-test?
5. In a paired t-test, what does a negative t-value indicate?
6. What is a confidence interval, and how does it help in interpreting t-test results?
7. What does it mean if the confidence interval includes zero in a t-test?
Ans- means that there is no difference in sample and population mean. Or there is no
difference in means of 2 groups.
8. What is null and alternative hypothesis?
ANOVA
9. What is ANOVA, and why is it used in data analysis?
10. Describe the purpose of a one-way ANOVA versus a two-way ANOVA.
11. What does a significant p-value in ANOVA indicate about the groups?
Ans- p value is significant means that it is less than alpha, the significance level eg
0.05 which is 5%. It means we reject null hypothesis. Null hypothesis in anova states
that there is no difference between the groups. If we are rejecting it, it means that
there is difference in groups.
Correlation Tests
13. Explain Pearson’s correlation test and what it measures.
14. What is the difference between Pearson, Spearman, and Kendall correlation methods?
Ans- Pearson correlation checks linear relationship between continuous variables. It
assume that data is normal.
Spearman rank colleration Uses ranked data, making it suitable for ordinal variables
(1st 2nd) or when data is not normally distributed.
Kendall Also uses ranked data, its formula is better , it helps when there is tie between
ranks and When data contain extreme values.
Stepwise regression is a statistical method used to select the most significant predictor
variables from a large pool of potential predictors for inclusion in a regression model.
It iteratively add or remove independent variables in steps.
Forward : Starts with no variables and adds the most significant one at each step.
Backward : Starts with all variables and removes the least significant one at each
step.