Constant hazard function
Hazard function for use with gaussian underlying distribution. methods
const_hazard(r, lambda)
r
: The current R vector length.lambda
: The parameter for the hazard function.A vector of the hazard function for the length of the current R vector.
H<- const_hazard(10, 1/100)
Useful links