% Generated by roxygen2: do not edit by hand % Please edit documentation in R/prob_calc.R \name{prob_expo} \alias{prob_expo} \title{Probability calculator for the exponential distribution} \usage{ prob_expo(rate, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3) } \arguments{ \item{rate}{Rate} \item{lb}{Lower bound (default is 0)} \item{ub}{Upper bound (default is Inf)} \item{plb}{Lower probability bound} \item{pub}{Upper probability bound} \item{dec}{Number of decimals to show} } \description{ Probability calculator for the exponential distribution } \details{ See \url{https://radiant-rstats.github.io/docs/basics/prob_calc.html} for an example in Radiant } \examples{ prob_expo(rate = 1, ub = 2.996) } \seealso{ \code{\link{summary.prob_expo}} to summarize results \code{\link{plot.prob_expo}} to plot results }