PDF (Probability Density Function) is a function that describes the relative likelihood of a continuous random variable taking on a specific value. Here are the key points about PDFs:

  1. Mathematical notation: For a random variable , the PDF is often denoted as or just
  2. Properties:
    • Non-negative: for all
      • Probability is always non-negative in real world
      • Negative probability doesn’t make physical sense
    • Total area equals 1:
      • The integral represents total probability across all possible values
      • By axioms of probability, total probability must equal 1
      • If area was > 1, we’d have >100% probability
      • If area was < 1, we’d have missing probability
      • This property ensures probabilities are properly normalized
  3. Probability calculation:
    • For an interval , probability is:
    • For a single point: for continuous distributions
  4. Common examples:
    • Normal distribution:
    • Uniform distribution: for

The PDF is different from PMF (Probability Mass Function), which is used for discrete random variables.