Interquartile Range (IQR)
The interquartile range (IQR) is the measure of variability that shows the spread of the middle 50% of the data. It is calculated as the difference between the third quartile (75th percentile) and the first quartile (25th percentile). IQR is a useful measure of statistical dispersion and is particularly resistant to outliers in the data.
Continuous Random Variables
Continuous random variables are quantities that can take on any value within a given range and are described by a probability distribution. They are different from discrete random variables in that the probability is assigned over an interval rather than at individual points, making integration essential for finding probabilities and other characteristics such as the mean and variance.
Probability Density Function (PDF)
The probability density function (PDF) describes the relative likelihood that a continuous random variable will take on a specific value. Key properties include non-negativity for all inputs and the requirement that the integral of the PDF over the entire space equals one. It serves as the foundation for calculating probabilities, means, variances, and other statistical measures.
Normalization of a Probability Density Function
Normalization is the process of determining any constants in a PDF such that the total area under the function over the defined domain is equal to one. This ensures that the function properly defines a probability distribution, which is essential for using the PDF to compute probabilities and expected values.
Piecewise-Defined Functions
Piecewise-defined functions are functions that have different expressions or formulas over different intervals of their domain. This is common in probability distributions where different probability behaviors are modeled over separate regions. Understanding the behavior of the function in each interval is crucial for integration and for determining measures like the mean and median.
Expected Value (Mean)
The mean of a continuous random variable is defined as the integral of the product of the variable and its PDF over the variable’s domain. This concept represents the central tendency or the 'balance point' of the distribution, providing a measure of the long-run average outcome of repeated experiments.
Variance and Standard Deviation
Variance measures the spread of a distribution by averaging the squared differences from the mean, while the standard deviation is the square root of the variance, providing a measure of dispersion in the same units as the variable. These measures are essential for understanding the dispersion and reliability of the data represented by the distribution.
Median
The median is the value that divides the probability distribution into two equal parts, such that half of the population lies below this value and half above. It is determined by finding the value at which the cumulative distribution function (CDF) equals 0.5, offering a robust measure of central tendency particularly in skewed distributions.