I'm wondering about the correctness of the Boston University School of Public Health's web page on confidence intervals, particularly the interpretations. For example, specific interpretation sections all have the form of...
We are 95% confident that the difference in mean systolic blood pressures between men and women is between -25.07 and 6.47 units.
In their definition of the CI they seem to get it correct mostly...
Strictly speaking a 95% confidence interval means that if we were to take 100 different samples and compute a 95% confidence interval for each sample, then approximately 95 of the 100 confidence intervals will contain the true mean value (μ). In practice, however, we select one random sample and generate one confidence interval, which may or may not contain the true mean. The observed interval may over- or underestimate μ. Consequently, the 95% CI is the likely range of the true, unknown parameter. The confidence interval does not reflect the variability in the unknown parameter. Rather, it reflects the amount of random error in the sample and provides a range of values that are likely to include the unknown parameter. Another way of thinking about a confidence interval is that it is the range of likely values of the parameter (defined as the point estimate + margin of error) with a specified level of confidence (which is similar to a probability).
But then end with...
Suppose we want to generate a 95% confidence interval estimate for an unknown population mean. This means that there is a 95% probability that the confidence interval will contain the true population mean.
Is that incorrect? Whether incorrect or correct, why?