Continuous Distribution
Definition
A continuous distribution is a type of probability distribution where the random variable can take on an infinite number of values within a specific range or interval. Unlike discrete distributions that count specific outcomes, continuous distributions measure quantities such as time, weight, height, or distance, where the probability of the variable taking an exact value is zero, and we instead measure the probability over an interval.
Main Content
1. Probability Density Function (PDF)
- The PDF, denoted as $f(x)$, represents the relative likelihood that a continuous random variable takes a specific value.
- The total area under the curve of a PDF must always equal 1, representing the total probability of all possible outcomes.
2. Cumulative Distribution Function (CDF)
- The CDF, denoted as $F(x)$, calculates the probability that a random variable $X$ will take a value less than or equal to a specific value $x$.
- Mathematically, it is the integral of the PDF from negative infinity to $x$.
3. Visualizing the Continuous Curve
- Because we cannot count outcomes, we use a smooth curve to represent the distribution. The probability of an event occurring between two points $a$ and $b$ is the area under the curve between those points.
f(x)
| _____
| / \
| / \
| _____/ \_____
|________________________ x
a [ Area ] b
Figure: The shaded area between points 'a' and 'b' represents the probability of the event occurring within that range.
Working / Process
1. Identify the Distribution Type
- Determine if the data is continuous (measurable) rather than discrete (countable).
- Select the appropriate model, such as Normal, Exponential, or Uniform distribution, based on the shape of the data.
2. Define the Probability Density Function (PDF)
- Write down the mathematical function $f(x)$ that describes the spread of your data.
- Ensure the function satisfies the condition that $\int_{-\infty}^{\infty} f(x) dx = 1$.
3. Calculate Probability over an Interval
- To find the probability between two points $a$ and $b$, perform a definite integration of the PDF.
- Use the formula $P(a \leq X \leq b) = \int_{a}^{b} f(x) dx$.
Advantages / Applications
- It is essential for modeling real-world phenomena like human height, blood pressure, and measurement errors in engineering.
- It allows for the use of calculus (integration) to determine precise probabilities in complex systems.
- It provides the mathematical foundation for inferential statistics and hypothesis testing used in scientific research.
Summary
Continuous distribution refers to probability models where variables take values across a continuous range, represented by smooth density curves. Unlike discrete data, calculations rely on integration to find the area under the curve to determine probability.
- Key Point 1: The probability of an exact value is always zero ($P(X=x) = 0$).
- Key Point 2: Probabilities are calculated as areas under the PDF curve.
- Key Point 3: The total area under the PDF curve is always 1.
- Important Terms: Probability Density Function (PDF), Cumulative Distribution Function (CDF), Integral, Continuous Random Variable.