100% found this document useful (1 vote)
52 views2 pages

Non-Parametric Inference Question Bank

The document is a question bank focused on non-parametric inference, divided into four parts: very short answers, short answers, long answers/numerical, and case study/application-based questions. It covers definitions, differences between parametric and non-parametric tests, specific tests like the sign test and Mann–Whitney U test, and their applications in machine learning. The document emphasizes the importance of non-parametric methods in various statistical analyses and machine learning evaluations.

Uploaded by

Gomathy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
52 views2 pages

Non-Parametric Inference Question Bank

The document is a question bank focused on non-parametric inference, divided into four parts: very short answers, short answers, long answers/numerical, and case study/application-based questions. It covers definitions, differences between parametric and non-parametric tests, specific tests like the sign test and Mann–Whitney U test, and their applications in machine learning. The document emphasizes the importance of non-parametric methods in various statistical analyses and machine learning evaluations.

Uploaded by

Gomathy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

QUESTION BANK – NON-PARAMETRIC INFERENCE

PART A – VERY SHORT ANSWER (2 Marks)


1. Define non-parametric inference.
2. State any two differences between parametric and non-parametric tests.
3. What are order statistics?
4. Define sign test.
5. What is the test statistic used in the sign test?
6. When is the Wilcoxon signed rank test preferred over the sign test?
7. Define Mann–Whitney U test.
8. State the null hypothesis of the Kruskal–Wallis test.
9. What is a tolerance region?
10. Mention one application of non-parametric tests in machine learning.

PART B – SHORT ANSWER (5 Marks)


11. Explain the need for non-parametric methods.
12. Derive the test statistic for the sign test.
13. Explain the procedure of the Wilcoxon signed rank test.
14. Distinguish between Wilcoxon signed rank test and Mann–Whitney U test.
15. Explain the assumptions of the Mann–Whitney U test.
16. Describe the steps involved in the Kruskal–Wallis test.
17. Explain order statistics with an example.
18. Explain tolerance limits and tolerance intervals.
19. Why are non-parametric tests suitable for ML performance evaluation?

PART C – LONG ANSWER / NUMERICAL (10 Marks)


20. Using the sign test, test whether the median difference between two paired samples is
zero.
21. Apply the Wilcoxon signed rank test for the given paired data set.
22. Two independent samples are given. Test whether they come from the same
population using the Mann–Whitney U test.
23. Perform the Kruskal–Wallis test for k independent samples.
24. Derive the Kruskal–Wallis test statistic.
25. Explain tolerance regions with suitable examples.
26. Compare parametric and non-parametric inference with merits and demerits.
27. Case study: Compare the performance of two machine learning classifiers using a
non-parametric test.
PART D – CASE STUDY / APPLICATION-BASED QUESTIONS
28. Explain how the Wilcoxon signed rank test can be used to compare two ML models
using cross-validation accuracy.
29. Why is the Mann–Whitney U test preferred over the two-sample t-test in skewed ML
datasets?
30. Design a non-parametric testing framework for comparing multiple ML models.
31. Discuss the role of non-parametric inference in real-world data analysis.

Common questions

Powered by AI

Order statistics, which are statistics derived from the ordered values in a sample, are crucial in non-parametric inference as they form the foundation of rank-based tests. For instance, in order statistics, the smallest value in a sample is the first order statistic, and the maximum is the nth order statistic. A practical example is the use of order statistics in calculating median, the middle order statistic when sorted, which is an estimator commonly used in non-parametric tests .

Non-parametric tests are suitable for evaluating machine learning models because they do not assume a normal distribution of prediction errors, which is often the case in real-world data. They are robust to outliers and heteroscedasticity, providing reliable results even with non-normal and skewed data. This is particularly advantageous in assessing model performance, where test statistics compare ranks rather than assuming underlying distributions .

The Wilcoxon signed rank test can be applied to compare two machine learning models' cross-validation accuracies by treating the accuracy scores from each fold as paired samples. By ranking the absolute differences in accuracy and considering the signs of these differences, the test evaluates whether the median of these differences is zero, thus indicating if there is a significant accuracy difference between the models across folds. This method uses all available cross-validation information, providing a comprehensive comparison of models .

Non-parametric tests do not assume a specific distribution for the data, making them more flexible in handling non-normally distributed datasets and smaller sample sizes. Parametric tests, however, rely on specific distribution assumptions, like the normal distribution, and are generally more powerful when these assumptions are met. The choice between them depends on the validity of distribution assumptions in your data and the sample size available .

Non-parametric tests benefit real-world data analysis by providing flexibility and robustness when dealing with non-normal data distributions, which are common in many fields. These tests do not rely on specific distribution shapes, making them applicable to a broader range of datasets with various forms of skewness and kurtosis. Their ability to analyze ordinal data and maintain validity despite outliers or heteroscedasticity enhances their practical utility across diverse disciplines .

Designing a non-parametric framework for comparing multiple machine learning models requires careful selection of appropriate tests, such as the Kruskal–Wallis test, which can handle more than two models. It is essential to define objective metrics, such as accuracy or F1-score, and consider the handling of ties and ranks. Robust data handling, consideration of sample independence, and a strategy for dealing with heteroscedasticity and outliers are critical to ensure reliability and validity. Evaluating multiple performance metrics together can also provide a holistic view of model effectiveness .

The Kruskal–Wallis test is a non-parametric method used for determining whether there are statistically significant differences between the medians of three or more independent groups. It is an extension of the Mann–Whitney U test for more than two groups, ranking data across all groups to detect differences in distributions. This makes it especially useful when data do not meet ANOVA assumptions, such as normality and homogeneity of variances .

The Mann–Whitney U test assumes that the two samples are independent, and the measurement scale is ordinal. It assumes that data from both groups are continuous and that the rank order is meaningful and equally spaced. These assumptions make the test robust to violations of normality, but it may become less reliable if these conditions are not respected, particularly in terms of ordinal scale and equality of variance across samples .

The Wilcoxon signed rank test is preferred over the sign test when the sample size is small and the data situation allows for assumptions about symmetry in the differences. It uses more information by considering both the magnitude and the direction of differences, increasing its statistical power compared to the sign test, which only considers the direction .

The Mann–Whitney U test is used for comparing two independent samples and assumes independence within and across groups, focusing on the ranks of the data rather than raw values. In contrast, the Wilcoxon signed rank test compares paired samples or matched pairs and assumes a symmetric distribution of differences. This makes the Mann–Whitney U test suitable for testing whether two independent samples come from the same distribution, while the Wilcoxon test is used for detecting median differences in paired samples .

You might also like