The Uniform Distribution is a probability distribution where all values within a given range are equally likely to occur. Here's more information about it, along with a graphical representation:
Uniform Distribution:
Shape: The Uniform Distribution is characterized by a constant probability density function (PDF) within a specified interval, and the PDF is zero outside that interval.
Probability Density Function (PDF): The PDF of a Uniform Distribution is defined as:
- for
- for and
Where:
- is the lower bound of the interval.
- is the upper bound of the interval.
Mean and Variance: In a continuous Uniform Distribution, the mean () is equal to the average of the lower and upper bounds: . The variance () is given by: .
Uniformity: Every value within the specified interval has an equal probability of occurring.
Use Cases:
- The Uniform Distribution is often used when there is no reason to believe that one value in the specified interval is more likely to occur than any other.
- It's used in random number generation and simulations.
- In certain types of sampling, such as simple random sampling without replacement, a uniform distribution is assumed for selecting items.
Graphical Representation:
- Below is a graphical representation of a continuous Uniform Distribution over the interval :

- In this graph, the probability density is constant within the interval and zero outside of it. All values within the interval are equally likely.
The Uniform Distribution is a simple and important probability distribution, especially in situations where all values within a range are equally likely to occur. It's a fundamental concept in probability theory and statistics.
Comments