- What is a Probability Distribution
- Discrete Vs. Continuous Random Variable
- Cumulative Distribution Function
- Discrete Uniform Random Variable
- Bernoulli and Binomial Distribution
- Stock Price Movement Using a Binomial Tree
- Tracking Error and Tracking Risk
- Continuous Uniform Distribution
- Normal Distribution
- Univariate Vs. Multivariate Distribution
- Confidence Intervals for a Normal Distribution
- Standard Normal Distribution
- Calculating Probabilities Using Standard Normal Distribution
- Shortfall Risk
- Safety-first Ratio
- Lognormal Distribution and Stock Prices
- Discretely Compounded Rate of Return
- Continuously Compounded Rate of Return
- Option Pricing Using Monte Carlo Simulation
- Historical Simulation Vs Monte Carlo Simulation
Calculating Probabilities Using Standard Normal Distribution
Once we have the z-scores, we can use the standard normal table to calculate the probabilities. The standard normal table shows the area (as a proportion, which can be translated into a percentage) under the standard normal curve corresponding to any Z-score or its fraction, i.e., the probability of observing a z-value that is less than the given value.
The following z-table shows the probabilities for z values ranging between – 3 and 3.
In the above table, F(Z) is the probability that a variable from a standard normal distribution will be less than or equal to Z.
Example 1: Finding Probability
Let’s continue with our earlier example. The dividends paid by a company every year are normally distributed with a mean of $10 and a standard deviation of $2. If the company pays a dividend of $14 this year, its z-score is 2 indicating that the current dividends are 2 standard deviations above the mean.
We can look up the z-score of 2 in the above table. Look for a z-score in the first column, and note the corresponding F(Z) value. For a z-score of 2, F(Z) = 0.9772. This means that 97.72% of observations lie below a z-score of 2 (2 standard deviations). We can also interpret this as – there is a 97.72% probability that the dividends paid by the company will be below $14.
Example 2: Finding Probability
Compute p (-1.2 < Z < 0.80)
We are required to calculate the probability of z being between -1.2 and 0.80. This is demonstrated below:
From the table, we can observe that p(z=0.80) = 0.7881 and p(z=-1.2) = 0.1151
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.