We recommend reading this documentation on pkgdown which renders math nicely.
https://pkg.mitchelloharawild.com/distributional/reference/dist_inverse_exponential.html
In the following, let \(X\) be an Inverse Exponential random variable
with parameter rate = \(\lambda\).
Support: \(x > 0\)
Mean: Does not exist, returns NA
Variance: Does not exist, returns NA
Probability density function (p.d.f):
$$
f(x) = \frac{\lambda}{x^2} e^{-\lambda/x}
$$
Cumulative distribution function (c.d.f):
$$
F(x) = e^{-\lambda/x}
$$
Quantile function (inverse c.d.f):
$$
F^{-1}(p) = -\frac{\lambda}{\log(p)}
$$
Moment generating function (m.g.f):
Does not exist (divergent integral).