- 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
Continuous Uniform Distribution
We know that a discrete uniform random variable is a discrete random variable for which the probability of each outcome is the same. We also know that a random variable is continuous if it can take an infinite number of values between the possible values for the random variable.
Keeping these two characteristics in mind, we can say that a continuous random variable will have a uniform distribution if all the possible values in the given range have a uniform or same probability.
A continuous uniform distribution has the following characteristics.
- It has an infinite number of possible values between two possible values a and b.
- The probability for each outcome, P(X=x) or p(x) = 0
- The probability of an outcome outside the range is 0.
- The probability of an outcome being between two values n1 and n2 is simply the ratio of two ranges.
P(n1 <= X <= n2) = (x2-x1)/(b-a)
Example
If X is uniformly distributed between 0 and 100, it can be represented as follows:
Let’s say you want to calculate the probability of the value falling between 20 and 40. This will be calculated as:
P(20 <=X <= 40) = (40 – 20)/(100 – 0) = 0.20
This is shown below:
Since each possibility has an equal probability of occurring, the cumulative uniform distribution function will be a straight line, as shown below:
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.