Let's say I am drawing a random sample of n values from a population with N values, and in the population, U of them are unique.
If I observe u unique values in the sample, why can't I use that to estimate U? Is it a biased estimator, and if so, why?
I read this question methods for estimating unique no of values in a population but fundamentally I want to understand why it's an issue at all.