Functional Forms for Simple Linear Reg ...
For non-linear relationships, we can use several functional forms to potentially transform the... Read More
A confidence interval (CI) gives an “interval estimate” of an unknown population parameter such as the mean. It gives us the probability that the parameter lies within the stated interval (range). The precision or accuracy of the estimate depends on the width of the interval.
For us to define a 100 (1 – α)% confidence interval for θ, we must specify two random variables θ1(X) and θ2(X) such that P(θ1(X) < θ < θ2(X)) = 1 – α.
The most common value for α is 0.05, which leads us to a 95% confidence interval. As such, P(θ1(X) < θ < θ2(X)) = 0.95 specifies θ1(X) and θ2 (X) such that there is a 95% chance of finding the true value of θ in the interval. Alternatively, we could say that 5% of the realizations of such intervals would not contain the true value of θ.
It is not always possible to know the exact values of the population mean or the population standard deviation. This is because most populations are too large, making data collection from every subject in the population not only economically unviable but also very time-consuming. This makes confidence intervals very important.
Confidence intervals can also be used to predict the value of a given parameter. We usually assume that the underlying random variable has a normal distribution. In this regard, the central limit theorem (the assertion that most distributions tend to adopt a normal distribution when n is large) is a very important tool.
The following statements are true for any random variable that assumes a normal distribution:
Note: the words “interval” and “range” have been used interchangeably in this context.
A financial analyst encounters a client whose portfolio return has a mean yearly return of 24% and a standard deviation of 5%. Then, assuming a normal distribution, compute a 50% confidence interval for the expected return.
Solution
$$ \begin{align*}
\text{The CI} & = \left\{ 0.24 – \cfrac {2}{3} * 0.05, 0.24 + \cfrac {2}{3} * 0.05 \right\} \\
& = \left\{ 0.207, 0.273 \right\} \\
\end{align*} $$
Question
Repeat the question above assuming the client is interested in finding a 99% confidence interval for the expected return.
A. {0.08, 0.49}
B. {0.09, 0.39}
C. {0.09, 0.9}
Solution
The correct answer is B.
For a 99% CI, 99% of all the observations fall in the interval μ ± 3σ.
Therefore,
$$ \begin{align*} \text{the CI} & = \left\{ 0.24 – 3 * 0.05, 0.24 + 3 * 0.05 \right\} \\
& = \left\{ 0.09, 0.39 \right\} \\
\end{align*} $$