What does (0+) mean?

8.9k Views Asked by At

I'm currently learning from a script (which is written in German and not publicly available, sorry) for introduction to stochastics, where the topic is the Laplace transformed function for random variables where I found

$$E(X^k) = \lim_{s \downarrow 0} (-1)^k L_{X}^{(k)} (s) = (-1)^k L_{X}^{(k)} (0+)$$

What does the $(0+)$ mean?

1

There are 1 best solutions below

0
On BEST ANSWER

$f(0^+)$ or less common $f(0+)$ refers to $$\lim_{\epsilon\searrow 0} f(\epsilon) = \lim_{\epsilon\to0, \epsilon>0} f(\epsilon)$$ i.e. the right-sided limit of $f$ at $0$.