I read that in this post here (Confidence interval without std?), it is possible to calculate Confidence Intervals for a Proportion without explicitly knowing the Standard Deviation.
- But can this idea also be extended to basic averages?
For example, suppose my friend randomly measures the height of 100 students in a university, and the population of the university is 1000 students. He ONLY tells me that the average height of these 100 students that he measured is 163 cm. He also tells me how many students he measured and how many students are there at the university.
Solely based in this information, can some application of the Central Limit Theorem (CLT; https://en.wikipedia.org/wiki/Central_limit_theorem) be used to construct some sort of generic confidence interval on this average height (163 cm) ? Or does doing so explicitly require you to have knowledge of the Standard Deviation?
Thanks!