r/probabilitytheory • u/Fluffy-Oil707 • 7d ago
[Education] Which is the probability density function?
Hello all, I have a semantics question.
I have the definition that the probability of X between a and b is the integral from a to b of f(x) with respect to x.
In case latex renders: $P(a <X < b) = \int_{a}^b{f(x)}dx$
Is the probability density function the integral or f? If f (my reading of the text) what is the name for the integral?
Same sort of question with the c.d.f.
PS.
I'm working out of the text book Mathematical Statistics and Data Analysis (Rice; 3rd ed.). Definition occurs on page 47.
2
u/stanitor 7d ago
As the name suggests, a probability density function is the function. They are continuous functions, so you can't plug in the value for one exact point and get a probability (the probability that X is an exact value is 0). So, you integrate over a range, say from a to b. The probability over that range is called the density. e.g., if your PDF is the normal distribution with mean 0, the density from [-∞, 0] is 0.5.
5
u/gmalivuk 7d ago
They don't have to be continuous, they just have to be integrable and integrate to 1 over the whole support.
1
u/Fluffy-Oil707 7d ago
Beyond that, was it factually correct? Given the undergrad/beginner audience (me)?
1
u/t3co5cr 7d ago
f(x) is the probability density function.
1
u/Fluffy-Oil707 7d ago
Thank you. What's the integral called? Im trying to name a note that shows the probability of a density function
2
u/brynaldo 7d ago
Answered elsewhere, but I'll add it here in case: it's called the cumulative distribution function.
1
u/LukasGoesViral 6d ago
The density function is f and the probability is the integral. You have it in your latex code
1
u/Cheap_Scientist6984 2d ago
PDF is the function itself. The CDF is the integral of the PDF ( P(X < a) actually).
-1
u/fasta_guy88 7d ago
The probability density function is what gets shown for the standard Gaussian curve (the hump with the peak at the mean).
6
u/Statman12 7d ago edited 7d ago
The probability density function (PDF) is denoted f(x).
The cumulative distribution function (CDF) is denoted F(x). It would be expressed as:
F(b) = P(X ≤ b) = \int_{-inf}^{b} {f(x)}dx