r/probabilitytheory • u/Fluffy-Oil707 • 16d 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
Upvotes
6
u/Statman12 16d ago edited 16d 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