Why when we are asked for distribution we always deal with cdfs

24 Views Asked by At

General Question, I wonder why every question in a probability exercise where we need to check the distribution of a random variable it always goes by showing the cdf and where it's defined. why we don't show pmf or pdf instead? of course, we can conclude it either way.. is it just a common habit?

Thanks.

1

There are 1 best solutions below

0
On

For the continuous distributions the probability is the area bounded by $ pdf$ and the x-axis and two given values.

$$ P(a\le x \le b) = \int _a ^b f(t) dt = cdf(b)-cdf(a) $$

Thus the $pdf$ by itself does not represent probabilities.