From a pool of points I want to sample a fixed amount of point so that it satisfy some condition.
Is there any procedure to do this? If there is any paper on this topic then also it will be helpful.
Example: Let us consider we have 10000 users. about each user I know what is there income. Now let us consider I want to sample 150 users from this pool of users so that the mean income of the population became M. Note: This mean income (condition) M is not same as the total population mean.
Thanks in advance.