I have two sets, A and B ,containing height of students. Set A contains height of all students in the class and Set B contains height of some students from the same class. Hence, Set B is a subset of Set A.
I am interested in finding whether the distribution of Set B is same as that of Set A or not and do hypothesis testing on it. But am unsure of what test (KS, Mann-Whitney, etc.) to use given the relation between Set A and Set B.
It would be great to know what test to use and rationale behind it.
Edit: A similar question focuses on mean comparison but it differs in a way that this question is asking for suggestions on tests that compares the distribution which may or may not depend on mean comparison.