I have a group of objects as observations (e.g. people). Each object has its own value of property A (e.g. height).
Without knowing the distribution of property A among these objects, I want to select out a subgroup of objects to form a certain distribution (e.g. a Gaussian). How should I proceed?
Let's imagine the observed distribution is a uniform one, but with occasional missing samples at certain values (e.g. at 180 cm, 175 cm, etc.). It's fine to have missing bins at 175 and 180 cm in the sampled-out-Gaussian-distributed objects. Those can be regarded as statistical insufficiency.
Thanks!