Mean, Variance of a Random Variable
Mean and variance are essential statistical measures that provide a concise summary of a random variable's distribution.
Mean
The mean, which is also referred to as the expected value or the expectation of a random variable, is a measure of central tendency in probability distributions. For discrete random variables, it is calculated by summing the product of each possible value of the variable and its corresponding probability from the PMF. Similarly, for continuous random variables, the mean is obtained by integrating the product of each possible value and its probability density from the PDF. The mean provides insight into the average value or central tendency of the distribution and is a fundamental metric for understanding the behavior of random variables. The expectation formula for discrete and continuous random variable is given below respectively:
Examples:
Income Distribution:
Context: In economics, the mean income of a population is crucial for understanding the economic well-being of individuals and households.
Mean Interpretation: The mean income provides an average income level across a population, aiding in policy-making, taxation, and economic planning.
Gene Expression Levels:
Context: In genetics and molecular biology, gene expression levels can be measured across samples.
Mean Interpretation: The mean gene expression level indicates the average amount of mRNA or protein produced by a gene in a population of cells or organisms.
Variance
Variance measures the spread or dispersion of a probability distribution around its mean. It quantifies the degree to which values deviate from the expected value. In the case of discrete random variables, variance is computed by summing the squared differences between each value and the mean, weighted by their respective probabilities from the PMF. For continuous random variables, variance is obtained by integrating the squared differences between each value and the mean, weighted by their probability densities from the PDF. Variance is a crucial measure in assessing the variability and uncertainty within a probability distribution. The variance formula for discrete and continuous random variable is given below respectively:
Example: Cell Growth Rates
Random Variable: represents the growth rate of cells under specific conditions.
Variance Interpretation: The variance of , , measures how growth rates vary among cells.
Biological Context:
Mean: could be the average growth rate observed in a cell culture.
Variance: A higher variance indicates greater variability in cell growth rates, which could be influenced by genetic mutations, nutrient availability, or environmental factors.
The relationship between the mean (expected value) and variance of a random variable 𝑋 X can be expressed as follows:
Try to prove it!
Quantiles
Quantiles divide a probability distribution into equal-sized intervals, each containing a specified percentage of the data. Common quantiles include the median (50th percentile), quartiles (25th, 50th, and 75th percentiles), and percentiles (any arbitrary percentile). Quantiles provide valuable insights into the distribution of data, allowing for comparisons, summarizations, and identification of extreme values. They are particularly useful in understanding the spread and shape of a distribution, aiding in decision-making and risk assessment.
Last updated