R/generic_dist.R
hazard.Rd
Generic method for obtaining the hazard function of an object.
hazard(x, ...)
The object to obtain the hazard function of.
Additional arguments to pass.
A function computing the hazard rate at given points.
x <- exponential(2) h <- hazard(x) h(1) # hazard rate at t = 1 (constant for exponential) #> [1] 2