\[\begin{equation} X \sim \exp \left( \lambda = 1 \right) \end{equation}\]

Moments Formula Value
Mean \(\frac{1}{\lambda}\) 1
Variance \(\frac{1}{\lambda^2}\) 1
Skewness 2 2
Excess Kurtosis 6 6

See https://en.wikipedia.org/wiki/Exponential_distribution.

data(
  paramsexp,
  package = "jeksterslabRmedsimple"
)
DT::datatable(
  paramsexp
)

For more details see jeksterslabRmedsimple::paramsexp.