- Simple Random Sampling and Sampling Distribution
- Sampling Error
- Stratified Random Sampling
- Time Series and Cross Sectional Data
- Central Limit Theorem
- Standard Error of the Sample Mean
- Parameter Estimation
- Point Estimates
- Confidence Interval Estimates
- Confidence Interval for a Population mean, with a known Population Variance
- Confidence Interval for a Population mean, with an Unknown Population Variance
- Confidence Interval for a Population Mean, when the Distribution is Non-normal
- Student’s t Distribution
- How to Read Student’s t Table
- Biases in Sampling
Confidence Interval for a Population mean, with a known Population Variance
We have the following assumptions:
- Population variance σ2 is known
- Population is normally distributed
Under these assumptions, the confidence interval estimate will be given as follows:
Example
Let’s take an example to compute this.
We take a sample of 16 stocks from a large population with a mean return of 5.2%. We know that the population standard deviation is 1.5%.
Calculate the 95% confidence interval for the population mean.
For 95% confidence interval, zα/2 = 1.96
The confidence interval will be:
We are 95% confidence that the true mean is between 4.465% and 5.935%.
z is obtained from the standard normal distribution table as shown below. F(Z) value is 0.025 at z = -1.96 and F(Z) value is 0.9750 at z = 1.96.
The most commonly used confidence intervals are 90%, 95%, 99% and 99.9%. The z values are given below.
Confidence Level | Za/2 Value |
90% | 1.645 |
95% | 1.96 |
99% | 2.58 |
99.9% | 3.27 |
Related Downloads
Related Quizzes
Data Science in Finance: 9-Book Bundle
Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.
What's Included:
- Getting Started with R
- R Programming for Data Science
- Data Visualization with R
- Financial Time Series Analysis with R
- Quantitative Trading Strategies with R
- Derivatives with R
- Credit Risk Modelling With R
- Python for Data Science
- Machine Learning in Finance using Python
Each book includes PDFs, explanations, instructions, data files, and R code for all examples.
Get the Bundle for $39 (Regular $57)Free Guides - Getting Started with R and Python
Enter your name and email address below and we will email you the guides for R programming and Python.