Considering the definition of cumulative distribution function: $$F_{x}(x)=P[X\le x]=\int_{- \infty}^{x} f_{x}(x)dx$$ where $f_{x}$ is the probability density function of $x$, how can one obtain $P[X< x]$ ? (Note the strict inequality)
Asked
Active
Viewed 1,488 times
1 Answers
3
If the random variable $X$ has a PDF, then, for every $x$, $P(X=x)=0$ hence $P(X\lt x)=P(X\leqslant x)=F_X(x)$.
Did
- 279,727
f_XandF_X, notf_xandF_x. Please do not usexboth for the upper bound and for the argument of the integral. – Did May 04 '14 at 18:38