I am trying to understand the following problem.
Given a normal distribution fitted by a maximum likelihood with $\mu_{MLE}=1.688$ and $\hat{\sigma}_{MLE}=0.1032$
What is the probability a person from our population has a height between 1.6m and 1.8m?
which is estimated by
$p(1.6 < X < 1.8 | \mu_{MLE}=1.688,\hat{\sigma}_{MLE}=0.1032) \approx 0.664$
How do I proceed with this estimation?
I am familiar with calculating a standard error to look up probability via Z-tables, but can't see how it applies here, given we don't know the sample size.