Lukas' Notes

Probability Density Function

Dec 14, 20251 min read

probability-theory

Definition

Probability Density Function

A probability density function f is a point-wise function for continuous spaces that assigns a density to each outcome. This density represents the relative likelihood of the outcome. To obtain a probability, one must integrate the function over an interval.

f:Ω→[0,∞)⊂R

The analogue for discrete spaces is the probability mass function.

Note that the density is not a probability as the density can take values bigger than 1.


Graph View

Backlinks

  • Chi-Squared Distribution
  • Continuous Random Variable
  • Cumulative Distribution Function
  • Density Transformation Theorem
  • Expected Value
  • Exponential Distribution
  • Gaussian Distribution
  • Logistic Normal Distribution
  • Probability Density Function
  • Probability Mass Function
  • Student's t-Distribution
  • Triangular Distribution
  • Uniform Distribution

Created with Quartz v4.4.0 © 2025

  • GitHub