exponential object.R/exponential.R
hazard.exponential.RdMethod to obtain the hazard function of an exponential object.
# S3 method for exponential
hazard(x, ...)The exponential object to obtain the hazard function of
Additional arguments (not used)
A function that computes the hazard function of the
exponential distribution at a given point t and rate rate.
By default, rate is the failure rate of object x
Also accepts a log argument that determines whether
to compute the log of the hazard function.