
Convert Prob. to an Exponential lambda Parameter
prob_to_exp_lambda.Rd
Function takes a vector of probability estimates and a time frame,
e.g. probability of death within 10 years, and converts the probability
into an exponential distribution lambda parameter. The lambda parameter
is the rate parameter, e.g. f(x) = lambda * exp(-lambda * x)