3
$\begingroup$

In uniform distribution, a continuous distribution, for example where $A = -1$ and $B = 1$, $P(X < 0)$ is said to be the same as $P(X \le 0)$. Why is this?

  • 0
    more generally, $\int_{a}^{b}f(x)dx=0$ if $a=b$2011-09-23

2 Answers 2

6

Generally, continuous distribution means $P(X=c)=0$ for every $c$. Thus in your case $P(X=0)=0$, and this is the difference between the two probabilities you mention.

Note, though, that continuous does not imply absolutely continuous, so the distribution may not be of the form $P(X \in A) = \int_A f(x) dx$ for any function $f$. The word continuous comes from writing the distribution as $P(X \in A) = \int_A \,dF(x)$ in Stieltjes form, and requiring $F$ to be continuous.

  • 0
    +1: I supposed the absolute continuity so your answer more related to the question2011-09-23
5

I don't know what you mean with $A,B$ but I suppose that with a continuous distribution you mean a distribution on the real line which has a density, i.e. $ P(X\in [a,b]) = \int\limits_a^bf(x)\,dx. $ Note that $ P(X\leq 0) = P(X<0)+P(X=0) = P(X<0)+\int\limits_{0}^0f(x)dx $ and the latter integral is zero as Jonas has written.