When sampling from a normally distributed population, I understand that the expected deviation between the sample mean and the population mean can be calculated using the standard error
$$ \text{standard error} = \frac{\sigma_{\text{population}}}{\sqrt{n}}$$
Is there a way to calculate the expected deviation between a sample's 90th percentile and the population's true 90th percentile?
Edit: Here's my attempt to formalize this idea:
$\sigma= \frac{\sum_i^n{((\pi_{90}^*-\pi_{90})^2})}{n}$ where $ \pi_{90} $ is the truly such that/$\pi_{90}^*$ is the sample value such that $ P(f(X) < \pi_{90}) = 0.9 $
My question is: "Can $\sigma$ be expressed in terms of $\sigma = g(f(X))$," where g is some mapping from f's formulation to a description of how $\sigma$ scales with X? I realize that there may be different answers for different types of PDFs - I'm curious if this can be solved for any specific PDF (uniform, Gaussian, or whatever else lends itself well to the mathematics).