0

I have a problem with evaluating the probability mass at $K$ for truncated exponential disribution:

$$ F(t)= \begin{cases} 0,& t<0\\ 1-e^{-\lambda t}, & 0\leq t<K\\ 1, & t\geq K \end{cases} $$

How to find the probability mass at a single point in $K$? In the lecture it is written that it should be $e^{-\lambda K}$. But why? Thanks in advance.

Novice
  • 1,127

1 Answers1

2

$$P(X=K)=P(X\leq K)-P(X<K)$$

This with $P(X\leq K)=F(K)=1$ and: $$P(X<K)=\lim_{t\uparrow K}P(X\leq t)=\lim_{t\uparrow K}F(t)=1-e^{-\lambda K}$$

drhab
  • 151,093